CollectionBase module

class CollectionBase.CollectionBase(ptr)

Bases: IList[T]

property Capacity: int
Clear()
property Count: int
property IsReadOnly: bool
RemoveAt(index: int)
get_Item(i: int) T