|  | GSetTGetEnumerator Method | 
 Returns an enumerator that iterates through the collection.
 
    Namespace: 
   Akka.DistributedData
    Assembly:
   Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic IEnumerator<T> GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 
Return Value
Type: 
IEnumeratorTAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator See Also
See Also