Click or drag to resize
ResultSetGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IEnumerator<IGFSerializable> GetEnumerator()

Return Value

Type: IEnumeratorIGFSerializable
A System.Collections.Generic.IEnumerator that can be used to iterate through the ResultSet.
See Also