 | 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)
SyntaxISharedEnumerator<T> GetEnumerator()
Function GetEnumerator As ISharedEnumerator(Of T)
Return Value
Type:
ISharedEnumeratorTA
ISharedEnumeratorT that can be used to iterate through the collection.
See Also