ListDictionary.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.CopyTo Method

Namespace: Microsoft.Practices.CompositeUI.Utility
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Private Sub System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.CopyTo ( _
    array As KeyValuePair(Of TKey, List(Of TValue))(), _
    arrayIndex As Integer _
) Implements ICollection(Of KeyValuePair(Of TKey, List(Of TValue))).CopyTo
'Usage
Dim instance As ListDictionary(Of TKey, TValue)
Dim array As KeyValuePair(Of TKey, List(Of TValue))()
Dim arrayIndex As Integer

CType(instance, ICollection(Of KeyValuePair(Of TKey, List(Of TValue)))).CopyTo(array, arrayIndex)
void ICollection<KeyValuePair<TKey,List<TValue>>>.CopyTo (
    KeyValuePair<TKey,List<TValue>>[] array,
    int arrayIndex
)
private:
virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.CopyTo (
    array<KeyValuePair<TKey, List<TValue>^>>^ array, 
    int arrayIndex
) sealed = ICollection<KeyValuePair<TKey, List<TValue>^>>::CopyTo
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • array
  • arrayIndex

See Also

Reference

ListDictionary Class
ListDictionary Members
Microsoft.Practices.CompositeUI.Utility Namespace