Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ValueCollection_System_Collections_ICollection_CopyTo

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.ICollection.CopyTo Method

Copies the Dictionary<TKeyA,TKeyB,TValue>.ValueCollection elements to an existing one-dimensional Array, starting at the specified array index.

Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

void ICollection.CopyTo(
	Array array,
	int index
)

VB

Private Sub CopyTo ( 
	array As Array,
	index As Integer
) Implements ICollection.CopyTo

C++

private:
virtual void CopyTo(
	Array^ array, 
	int index
) sealed = ICollection::CopyTo

F#

private abstract CopyTo : 
        array : Array * 
        index : int -> unit 
private override CopyTo : 
        array : Array * 
        index : int -> unit 

Parameters

 

array
Type: System.Array
The one-dimensional Array that is the destination of the elements copied from Dictionary<TKeyA,TKeyB,TValue>.ValueCollection. The Array must have zero-based indexing.
index
Type: System.Int32
The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo(Array, Int32)

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection Class
Ekstrand.Collections.Generic Namespace

Clone this wiki locally