LazyDictionary<TKey, TValue>::CopyTo Method (array<KeyValuePair<TKey, TValue>>^, Int32)
Namespace:
Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public: virtual void CopyTo( array<KeyValuePair<TKey, TValue>>^ array, int arrayIndex ) sealed
Parameters
- array
- Type: array<System.Collections.Generic::KeyValuePair<TKey, TValue>>^
- arrayIndex
- Type: System::Int32
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Show: