A builder class for constructing instances of GNArray.
More...
|
Builder | Add (object value) |
| Adds a value to the builder's array.
|
|
Builder | AddAll (System.Collections.IList list) |
| Adds all elements from the specified list to the builder's array.
|
|
GNArray | Build () |
| Builds the GNArray instance.
|
|
A builder class for constructing instances of GNArray.
◆ Add()
Builder XmobiTea.Data.GNArray.Builder.Add |
( |
object | value | ) |
|
Adds a value to the builder's array.
- Parameters
-
- Returns
- The current Builder instance.
◆ AddAll()
Builder XmobiTea.Data.GNArray.Builder.AddAll |
( |
System.Collections.IList | list | ) |
|
Adds all elements from the specified list to the builder's array.
- Parameters
-
list | The list of elements to add. |
- Returns
- The current Builder instance.
◆ Build()
GNArray XmobiTea.Data.GNArray.Builder.Build |
( |
| ) |
|
The documentation for this class was generated from the following file: