BufferHelperAssertValidRangeT Method | |
Checks that index and count form a valid range in
buffer.
Namespace: LawoAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public static void AssertValidRange<T>(
T[] buffer,
string bufferName,
int index,
string indexName,
int count,
string countName
)
Parameters
- buffer
- Type: T
- bufferName
- Type: SystemString
- index
- Type: SystemInt32
- indexName
- Type: SystemString
- count
- Type: SystemInt32
- countName
- Type: SystemString
Type Parameters
- T
- The type of the elements in the array.
Exceptions See Also