| EAPCollectionBaseTruncate 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
Syntaxpublic int Truncate(
	int index
)
Public Function Truncate ( 
	index As Integer
) As Integer
Parameters
- index
- Type: SystemInt32
 The index of the first item to remove.
Return Value
Type: 
Int32The number of items removed from the collection.
 See Also
See Also