ICountable Interface

Base interface for anything that has a countable quantity.

Namespace: Spring
type
 ICountable = interface(IInvokable)
 ['{CA225A9C-B6FD-4D6E-B3BD-22119CCE6C87}']
 end;

The ICountable type exposes the following members.

Show:
 NameDescription
Count

Returns the number of elements in a countable.

IsEmpty

Determines whether a countable contains no elements.

Top
Show:
 NameDescription
GetCount

Represents method GetCount.

GetIsEmpty

Represents method GetIsEmpty.

Top