Represents a key/value pair where the key and value are strings. More...
Public Member Functions | |
ItemPair (string key, string value) | |
Constructor. | |
Public Attributes | |
string | Key |
string | Value |
Represents a key/value pair where the key and value are strings.
Definition at line 14 of file IteratorContainer_Class.cs.
|
inline |
Constructor.
key | The key to use. |
value | The value to use. |
Definition at line 24 of file IteratorContainer_Class.cs.
References ItemPair.Key, and ItemPair.Value.
string Key |
Definition at line 16 of file IteratorContainer_Class.cs.
Referenced by ItemPair.ItemPair().
string Value |
Definition at line 17 of file IteratorContainer_Class.cs.
Referenced by ItemPair.ItemPair().