AssemblyCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public IEnumerator<Assembly> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Assembly)
Return Value
Type:
IEnumeratorAssemblyAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also