Method checkRange
checkRange(Int32, Int32)
Utility method for range checking.
Declaration
protected void checkRange(int start, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | start of range |
System.Int32 | count | size of range |