LazyDictionary<TKey, TValue>.CopyTo Method (KeyValuePair<TKey, TValue>[], Int32)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public void CopyTo(
KeyValuePair<TKey, TValue>[] array,
int arrayIndex
)
public:
virtual void CopyTo(
array<KeyValuePair<TKey, TValue>>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array:KeyValuePair<'TKey, 'TValue>[] *
arrayIndex:int -> unit
override CopyTo :
array:KeyValuePair<'TKey, 'TValue>[] *
arrayIndex:int -> unit
Public Sub CopyTo (
array As KeyValuePair(Of TKey, TValue)(),
arrayIndex As Integer
)
Parameters
- array
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>[]
- arrayIndex
Type: System.Int32
Implements
ICollection<T>.CopyTo(T[], Int32)
See Also
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top