Método PropertiesCollection.ICollection<KeyValuePair<String, Object>>.CopyTo
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- array
Tipo: array<System.Collections.Generic.KeyValuePair<String, Object>[]
- index
Tipo: System.Int32
Implementações
ICollection<T>.CopyTo(array<T[], Int32)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.