GroupsListing GetEnumerator Method CkSoftware GroupMe SDK - Documentation
Returns an enumerator that iterates through the collection.

Namespace: CkSoftware.GroupMe.Sdk.Groups.Dao
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public IEnumerator<GroupMeGroup> GetEnumerator()

Return Value

Type: IEnumerator GroupMeGroup 
A IEnumerator T  that can be used to iterate through the collection.

Implements

IEnumerable T  GetEnumerator 
See Also