Execute the Visitor delegate for each entry in the collection.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public void ForEach( PropertyVisitor visitor ) |
| Visual Basic (Declaration) |
|---|
Public Sub ForEach ( _ visitor As PropertyVisitor _ ) |
| Visual C++ |
|---|
public: void ForEach ( PropertyVisitor^ visitor ) |
Parameters
- visitor
- PropertyVisitor
visitor delegate
See Also
Properties Class
GemStone.GemFire.Cache Namespace