IBagConst
Description
- Derived from
-
IEnumerable<T>
- Extended by
-
BagConstBase abstract
IBag
IMapConst
ISortedSetConst
IVectorConst
Base interface for classes that represent a read-only collection of elements.
Subclasses are free to implement set semantics, i.e. equal elements are stored only once.
Public / Methods
First
Returns the first enumerated value.
If the enumeration is empty, the default element type value is returned.
Last
Returns the last enumerated value.
If the enumeration is empty, the default element type value is returned.