SortedList.System.Collections.Generic.ICollection>.CopyTo メソッド
アセンブリ: System (system.dll 内)

Private Sub System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo ( _ array As KeyValuePair(Of TKey, TValue)(), _ arrayIndex As Integer _ ) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).CopyTo
Dim instance As SortedList(Of TKey, TValue) Dim array As KeyValuePair(Of TKey, TValue)() Dim arrayIndex As Integer CType(instance, ICollection(Of KeyValuePair(Of TKey, TValue))).CopyTo(array, arrayIndex)
void ICollection<KeyValuePair<TKey,TValue>>.CopyTo ( KeyValuePair<TKey,TValue>[] array, int arrayIndex )
private: virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo ( array<KeyValuePair<TKey, TValue>>^ array, int arrayIndex ) sealed = ICollection<KeyValuePair<TKey, TValue>>::CopyTo



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SortedList.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo メソッドのページへのリンク