OrderedCollectionBase<T>.CopyTo method
Copia o item em uma matriz, começando em um índice de matriz específica
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub CopyTo ( _
array As T(), _
arrayIndex As Integer _
)
'Uso
Dim instance As OrderedCollectionBase
Dim array As T()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
T[] array,
int arrayIndex
)
Parâmetros
- array
Type: []
- arrayIndex
Type: System.Int32
Ver também
Referência
OrderedCollectionBase<T> class