 | ISharedEnumerableT Interface |
Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
Namespace:
EBP.Framework.Common.Interfaces.Shared
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic interface ISharedEnumerable<T> : IEnumerable<T>,
IEnumerable
Public Interface ISharedEnumerable(Of T)
Inherits IEnumerable(Of T), IEnumerable
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:EBP.Framework.Common.Interfaces.Shared.ISharedEnumerable`1"]
The ISharedEnumerableT type exposes the following members.
Methods
| Name | Description |
---|
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
Top
See Also