Freigeben über


PropertiesCollection.ICollection<KeyValuePair<String, Object>>.CopyTo-Methode

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Private Sub CopyTo ( _
    array As KeyValuePair(Of String, Object)(), _
    index As Integer _
) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo
void ICollection<KeyValuePair<string, Object>>.CopyTo(
    KeyValuePair<string, Object>[] array,
    int index
)

Parameter

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertiesCollection Klasse

Microsoft.VisualStudio.Services.WebApi-Namespace