DsmlResponseDocument.ICollection.CopyTo(Array, 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 entire DsmlResponseDocument collection to a one-dimensional array, starting at the specified index of the target array.
virtual void System.Collections.ICollection.CopyTo(Array ^ value, int i) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array value, int i);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (value As Array, i As Integer) Implements ICollection.CopyTo
Parameters
- value
- Array
A one-dimensional array that is the destination of the elements copied from the DsmlResponseDocument object.
- i
- Int32
The zero-based index of value
where copying begins.
Implements
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.