XmlNamespaceMappingCollection.CopyTo(XmlNamespaceMapping[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the items of the collection to the specified array, starting at the specified index.
public:
virtual void CopyTo(cli::array <System::Windows::Data::XmlNamespaceMapping ^> ^ array, int arrayIndex);
public void CopyTo (System.Windows.Data.XmlNamespaceMapping[] array, int arrayIndex);
abstract member CopyTo : System.Windows.Data.XmlNamespaceMapping[] * int -> unit
override this.CopyTo : System.Windows.Data.XmlNamespaceMapping[] * int -> unit
Public Sub CopyTo (array As XmlNamespaceMapping(), arrayIndex As Integer)
Parameters
- array
- XmlNamespaceMapping[]
The array that is the destination of the items copied from the collection.
- arrayIndex
- Int32
The zero-based index in array at which copying starts.
Implements
Exceptions
If array
is null
.
If the number of items exceed the length of the array.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.