Click or drag to resize

ISharedEnumerableTGetEnumerator Method

Returns an enumerator that iterates through the collection.

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
ISharedEnumerator<T> GetEnumerator()

Return Value

Type: ISharedEnumeratorT
A ISharedEnumeratorT that can be used to iterate through the collection.
See Also