DataTypeCollectionBase.

RangeCheck(int) Method

Summary

Checks whether the specified index is within the range of this collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
DataTypeCollectionBase

Syntax

protected void RangeCheck(int index)

Parameters

Name Type Description
index int The index to check.

Return Value

Type Description
void