![]() |
MarketFactory 3.14.0 C# API
|
Public Member Functions | |
| KeyValuePair () | |
| KeyValuePair (ProtoByteBuffer buffer) | |
| KeyValuePair (string key, string value) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| string | key |
| string | value |
| KeyValuePair | ( | ) |
| KeyValuePair | ( | ProtoByteBuffer | buffer | ) |
| KeyValuePair | ( | string | key, |
| string | value | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| string key |
| string value |