 | IReadOnlyCollectionT Interface |
Represents a strongly-typed, read-only collection of elements.
Namespace:
EBP.Api.Misc
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic interface IReadOnlyCollection<out T> : IEnumerable<T>,
IEnumerable
Public Interface IReadOnlyCollection(Of Out T)
Inherits IEnumerable(Of T), IEnumerable
Type Parameters
- T
- The type of the elements.
The IReadOnlyCollectionT type exposes the following members.
Properties
| Name | Description |
---|
 | Count |
Gets the number of elements in the collection.
|
Top
Methods
See Also