AddNoCheck Method (CodeRanges)
In This Topic
Adds
CodeRange object to current without any check, typically used during deserialization.
Syntax
'Declaration
Public Sub AddNoCheck( _
ByVal As CodeRange _
)
public void AddNoCheck(
CodeRange
)
Parameters
- cr
- CodeRange to add.
See Also