SortedMapBaseKey, ValueCopyTo Method |
throw new NotImplementedException();
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public void CopyTo(
KeyValuePair<Key, Value>[] array,
int index
)
Public Sub CopyTo (
array As KeyValuePair(Of Key, Value)(),
index As Integer
)
public:
void CopyTo(
array<KeyValuePair<Key, Value>>^ array,
int index
)
member CopyTo :
array : KeyValuePair<'Key, 'Value>[] *
index : int -> unit
Parameters
- array
- Type: System.Collections.GenericKeyValuePairKey, Value
The destination array - index
- Type: SystemInt32
The start index
See Also