IGrowingOnlyEnumerableT Interface
Extension of
IEnumerableT which is implemented by growing only collections and provides a check for emptiness.
Namespace: SMath.Extensibility.CollectionsAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public interface IGrowingOnlyEnumerable<T> : IEnumerable<T>,
IEnumerable
Public Interface IGrowingOnlyEnumerable(Of T)
Inherits IEnumerable(Of T), IEnumerable
generic<typename T>
public interface class IGrowingOnlyEnumerable : IEnumerable<T>,
IEnumerable
type IGrowingOnlyEnumerable<'T> =
interface
interface IEnumerable<'T>
interface IEnumerable
end
- Implements
- IEnumerableT, IEnumerable
Type Parameters
- T
- Type of item in the collection.
| IsEmpty |
Returns if no items are added to the collection yet.
|