NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeCollectionBase.RangeCheck Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.DataTypeCollectionBase.RangeCheck(System.Int32)

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace