ICollectionBase module

class ICollectionBase.ICollectionBase

Bases: IEnumerable

Base class for collection types.

Count

The number of items in the collection.

Type:

int

abstract property Count: int

Returns the number of items in the collection.

Returns:

The number of items in the collection.

Return type:

int