IReadOnlyCollection Interface
Represents type IReadOnlyCollection
.
IInvokable
Spring.Collections.IEnumerable
Spring.Collections.IReadOnlyCollection
Spring.Collections.IReadOnlyDictionary
Spring.Collections.IReadOnlyList
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:
Name | Description | |
---|---|---|
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.) |
Show:
Name | Description | |
---|---|---|
AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) | |
GetCount | Represents method | |
GetElementType | Represents method | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetIsEmpty | Represents method |