XmlNamespaceMappingCollection::CopyTo Method (array<XmlNamespaceMapping^>^, Int32)
.NET Framework (current version)
Copies the items of the collection to the specified array, starting at the specified index.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- array
-
Type:
array<System.Windows.Data::XmlNamespaceMapping^>^
The array that is the destination of the items copied from the collection.
- arrayIndex
-
Type:
System::Int32
The zero-based index in array at which copying starts.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | If array is null. |
| ArgumentException | If the number of items exceed the length of the array. |
.NET Framework
Available since 3.0
Available since 3.0
Show: