Verifies the component index for a correct range and throws an
if the index is not between 1 and MaxSize
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
protected virtual void CheckIndex( int index ) |
| Visual Basic |
|---|
Protected Overridable Sub CheckIndex ( _ index As Integer _ ) |
| Visual C++ |
|---|
protected: virtual void CheckIndex( int index ) |
Parameters
- index
- Type: System..::..Int32
The index value to verify.