Click or drag to resize

SortedSetBaseKeyCopyTo Method

Copy items in this sorted set to array, starting at arrayIndex

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void CopyTo(
	Key[] array,
	int arrayIndex,
	int count
)

Parameters

array
Type: Key
array to add items to
arrayIndex
Type: SystemInt32
index to start at
count
Type: SystemInt32
number of elements to copy
See Also