IReadOnlyCollection Interface

Represents type IReadOnlyCollection.

Namespace: Spring.Collections
IInvokable
  Spring.Collections.IEnumerable
    Spring.Collections.IReadOnlyCollection
      Spring.Collections.IReadOnlyDictionary
      Spring.Collections.IReadOnlyList
type
 IReadOnlyCollection = interface(IEnumerable)
 ['{4DE35086-06DC-4F99-AE63-BCF4ADB2828D}']
 end;

The IReadOnlyCollection type exposes the following members.

Show:
 NameDescription
Count

Returns the number of elements in a sequence. (Inherited from IEnumerable.)

ElementType

Returns the type of the elements in the sequence. (Inherited from IEnumerable.)

IsEmpty

Determines whether the sequence contains no elements. (Inherited from IEnumerable.)

Top
Show:
 NameDescription
AsObject

Returns the reference to this instance. (Inherited from IEnumerable.)

GetCount

Represents method GetCount. (Inherited from IEnumerable.)

GetElementType

Represents method GetElementType. (Inherited from IEnumerable.)

GetEnumerator

Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)

GetIsEmpty

Represents method GetIsEmpty. (Inherited from IEnumerable.)

Top