OrderedCollectionBase<T>.CopyTo method
Copies the item to an array, starting at a particular array index
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As T(), _
arrayIndex As Integer _
)
'Usage
Dim instance As OrderedCollectionBase
Dim array As T()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
T[] array,
int arrayIndex
)
Parameters
- array
Type: []
- arrayIndex
Type: System.Int32
See also
Reference
OrderedCollectionBase<T> class