Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_CopyTo_1

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).CopyTo Method (Array, Int32)

Copies the elements of the ICollection to an 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#

public void CopyTo(
	Array array,
	int index
)

VB

Public Sub CopyTo ( 
	array As Array,
	index As Integer
)

C++

public:
virtual void CopyTo(
	Array^ array, 
	int index
) sealed

F#

abstract CopyTo : 
        array : Array * 
        index : int -> unit 
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 ICollection. 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)

Remarks

This method is not implemented

See Also

Reference

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

Clone this wiki locally