ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.Data.GNArray.Builder Class Reference

A builder class for constructing instances of GNArray. More...

Public Member Functions

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.
 

Detailed Description

A builder class for constructing instances of GNArray.

Member Function Documentation

◆ Add()

Builder XmobiTea.Data.GNArray.Builder.Add ( object value)

Adds a value to the builder's array.

Parameters
valueThe value to add.
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
listThe list of elements to add.
Returns
The current Builder instance.

◆ Build()

GNArray XmobiTea.Data.GNArray.Builder.Build ( )

Builds the GNArray instance.

Returns
A new GNArray instance.

The documentation for this class was generated from the following file: