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 element at the specified index.
AddAdds a item to the collection.
GetCount