PropertiesCollection.ICollection<KeyValuePair<String, Object>>.CopyTo, méthode
Espace de noms : Microsoft.VisualStudio.Services.WebApi
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- array
Type : array<System.Collections.Generic.KeyValuePair<String, Object>[]
- index
Type : System.Int32
Implémentations
ICollection<T>.CopyTo(array<T[], Int32)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.