Click or drag to resize

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)
Syntax
public interface ISharedEnumerable<T> : IEnumerable<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
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also