A builder class for constructing instances of GNHashtable.
More...
|
Builder | Add (string key, object value) |
| Adds a key-value pair to the builder's dictionary.
|
|
Builder | AddAll (System.Collections.IDictionary dict) |
| Adds all key-value pairs from the specified dictionary to the builder's dictionary.
|
|
Builder | AddAll< TValue > (System.Collections.Generic.IDictionary< string, TValue > dict) |
| Adds all key-value pairs from the specified dictionary to the builder's dictionary.
|
|
GNHashtable | Build () |
| Builds the GNHashtable instance.
|
|
A builder class for constructing instances of GNHashtable.
◆ Add()
Builder XmobiTea.Data.GNHashtable.Builder.Add |
( |
string | key, |
|
|
object | value ) |
Adds a key-value pair to the builder's dictionary.
- Parameters
-
key | The key of the element to add. |
value | The value of the element to add. |
- Returns
- The current Builder instance.
◆ AddAll()
Builder XmobiTea.Data.GNHashtable.Builder.AddAll |
( |
System.Collections.IDictionary | dict | ) |
|
Adds all key-value pairs from the specified dictionary to the builder's dictionary.
- Parameters
-
dict | The dictionary of elements to add. |
- Returns
- The current Builder instance.
◆ AddAll< TValue >()
Adds all key-value pairs from the specified dictionary to the builder's dictionary.
- Parameters
-
dict | The dictionary of elements to add. |
- Returns
- The current Builder instance.
◆ Build()
GNHashtable XmobiTea.Data.GNHashtable.Builder.Build |
( |
| ) |
|
The documentation for this class was generated from the following file:
- XmobiTea.Data/GNHashtable.cs