Click or drag to resize
PropertiesForEach Method
Execute the Visitor delegate for each entry in the collection.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void ForEach(
	PropertyVisitor visitor
)

Parameters

visitor
Type: GemStone.GemFire.CachePropertyVisitor
visitor delegate
See Also