length property

length property

Returns an ulong which represents the number of tokens stored in this list.

Definition:

@property
def length(self):
    ...

See Also