ServiceModelConfigurationSectionCollection.CopyTo Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Copies the List<T> or a portion of it to an array.
Overload List
Name | Description | |
---|---|---|
CopyTo(array<T[]) | Copies the entire List<T> to a compatible one-dimensional array, starting at the beginning of the target array. (Inherited from List<T>.) | |
CopyTo(array<T[], Int32) | Copies the entire List<T> to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<T>.) | |
CopyTo(Int32, array<T[], Int32, Int32) | Copies a range of elements from the List<T> to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<T>.) |
Top
See Also
Reference
ServiceModelConfigurationSectionCollection Class