PropertiesTPropKey, TPropValueForEach Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void ForEach(
PropertyVisitorGeneric<TPropKey, TPropValue> visitor
)
Public Sub ForEach (
visitor As PropertyVisitorGeneric(Of TPropKey, TPropValue)
)
public:
void ForEach(
PropertyVisitorGeneric<TPropKey, TPropValue>^ visitor
)
member ForEach :
visitor : PropertyVisitorGeneric<'TPropKey, 'TPropValue> -> unit
Parameters
- visitor
- Type: GemStone.GemFire.Cache.GenericPropertyVisitorGenericTPropKey, TPropValue
See Also