Click or drag to resize
StructHasNext Method
Check whether another field value is available to iterate over in this Struct.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public bool HasNext()

Return Value

Type: Boolean
true if available otherwise false.
See Also