In This Topic
Gets a value indicating whether the end of this Range equals to int.MaxValue.
Syntax
'Declaration
Public ReadOnly Property IsEndOpen As Boolean
public bool IsEndOpen {get;}
Property Value
true
if this instance is end open; otherwise,
false
.
See Also