-
Notifications
You must be signed in to change notification settings - Fork 0
M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyACollection_System_Collections_ICollection_CopyTo
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
void ICollection.CopyTo(
Array array,
int index
)VB
Private Sub CopyTo (
array As Array,
index As Integer
) Implements ICollection.CopyToC++
private:
virtual void CopyTo(
Array^ array,
int index
) sealed = ICollection::CopyToF#
private abstract CopyTo :
array : Array *
index : int -> unit
private override CopyTo :
array : Array *
index : int -> unit
- array
- Type: System.Array
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing. - index
- Type: System.Int32
The zero-based index in array at which copying begins.
ICollection.CopyTo(Array, Int32)
TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection Class
Ekstrand.Collections.Generic Namespace
An Ekstrand Class Library
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com
Document created by: Sandcastle Help File Builder
- Namespaces
- Ekstrand.Collections Namespace
-
Ekstrand.Collections.Generic Namespace
- IReadOnlyCollection(T) Interface
- TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection.Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.Enumerator Structure
- TwoKeyValueTriple(TKeyA, TKeyB, TValue) Structure