-
Notifications
You must be signed in to change notification settings - Fork 0
M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_CopyTo
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
TwoKeyDictionary(TKeyA, TKeyB, TValue).CopyTo Method (TwoKeyValueTriple(TKeyA, TKeyB, TValue)[], Int32)
Copies the elements of the ICollection to an array of type TwoKeyValueTriple<TKeyA,TKeyB,TValue>, starting at the specified array index.
Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void CopyTo(
TwoKeyValueTriple<TKeyA, TKeyB, TValue>[] array,
int index
)VB
Public Sub CopyTo (
array As TwoKeyValueTriple(Of TKeyA, TKeyB, TValue)(),
index As Integer
)C++
public:
virtual void CopyTo(
array<TwoKeyValueTriple<TKeyA, TKeyB, TValue>>^ array,
int index
) sealedF#
abstract CopyTo :
array : TwoKeyValueTriple<'TKeyA, 'TKeyB, 'TValue>[] *
index : int -> unit
override CopyTo :
array : TwoKeyValueTriple<'TKeyA, 'TKeyB, 'TValue>[] *
index : int -> unit
- array
- Type: Ekstrand.Collections.Generic.TwoKeyValueTriple(TKeyA, TKeyB, TValue)[]
The one-dimensional array of type TwoKeyValueTriple<TKeyA,TKeyB,TValue> that is the destination of the TwoKeyValueTriple<TKeyA,TKeyB,TValue> elements copied from the ICollection. The array must have zero-based indexing. - index
- Type: System.Int32
The zero-based index in array at which copying begins.
ICollection(T).CopyTo(T[], Int32)
TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
CopyTo Overload
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