M_Furcadia_Net_Web_Variable__ctor - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Initializes a new instance of the Variable class
Namespace: Furcadia.Net.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Variable(
string name
)
VB
Public Sub New (
name As String
)
VB Usage
Dim name As String
Dim instance As New Variable(name)
C++
public:
Variable(
String^ name
)
F#
new :
name : string -> Variable
- name
- Type: System.String
[Missing documentation for "M:Furcadia.Net.Web.Variable.#ctor(System.String)"]