Click or drag to resize

EAPCollectionBase.Truncate Method

Truncate the array starting at the specified index.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Truncate(
	int index
)

Parameters

index
Type: System.Int32
The index of the first item to remove.

Return Value

Type: Int32
The number of items removed from the collection.
See Also