NAnt SDK Documentation - v0.92 |
|
DataTypeCollectionBase.RangeCheck Method
Checks whether the specified index is within the range of this collection.
[Visual Basic]
Protected Sub RangeCheck( _
ByVal
index As
Integer _
)
[C#]
protected
void RangeCheck(
int index);
Parameters
-
index
- The index to check.
See Also
DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace