Apache Geode Native .NET Reference 1.15.0
|
Declares the Properties class. More...
Data Structures | |
class | Apache::Geode::Client::Properties< TPropKey, TPropValue > |
Provides a collection of properties, each of which is a key/value pair. More... | |
Namespaces | |
namespace | Apache::Geode |
This namespace contains all the Geode .NET classes and utility classes. | |
namespace | Apache::Geode::Client |
This namespace contains all the Geode .NET Generics API classes and enumerations. | |
Functions | |
template<class TPropKey , class TPropValue > | |
public delegate void | Apache::Geode::Client::PropertyVisitorGeneric (TPropKey key, TPropValue value) |
Delegate that represents visitor for the Properties class. More... | |
Declares the Properties class.