|
BroTableCopyTo Method |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public void CopyTo(
KeyValuePair<BroValue, BroValue>[] array,
int arrayIndex
)
Public Sub CopyTo (
array As KeyValuePair(Of BroValue, BroValue)(),
arrayIndex As Integer
)
abstract CopyTo :
array : KeyValuePair<BroValue, BroValue>[] *
arrayIndex : int -> unit
override CopyTo :
array : KeyValuePair<BroValue, BroValue>[] *
arrayIndex : int -> unit
public final void CopyTo(
KeyValuePair<BroValue, BroValue>[] array,
int arrayIndex
)
function CopyTo(array, arrayIndex);
Parameters
- array
- Type: System.Collections.GenericKeyValuePairBroValue, BroValue
The one-dimensional Array that is the destination of the elements copied from BroTable. The Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)Exceptions See Also