RangeCollection Class

RangeCollection class

Encapsulates a collection of objects.


type RangeCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGets the Range element at the specified index.
AddAdds a Range item to the collection.
GetCount