DsmlRequestDocument.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 DsmlRequestDocument 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 DsmlRequestDocument object.
- i
- Int32
The zero-based index of value
where copying begins.
Implements
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.