次の方法で共有


HybridDictionary<TKey, TValue>.CopyTo Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Sub CopyTo ( _
    array As KeyValuePair(Of TKey, TValue)(), _
    arrayIndex As Integer _
)
public void CopyTo(
    KeyValuePair<TKey, TValue>[] array,
    int arrayIndex
)

Parameters

Implements

ICollection<T>.CopyTo(array<T[], Int32)

.NET Framework Security

See Also

Reference

HybridDictionary<TKey, TValue> Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace