Click or drag to resize
StructSetTResultGetEnumerator Method
Returns an enumerator that iterates through the StructSet.

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

Return Value

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