M_Furcadia_Net_DreamInfo_Furre__ctor_3 - 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.]
Furre Constructor with Name
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Furre(
string Name
)
VB
Public Sub New (
Name As String
)
VB Usage
Dim Name As String
Dim instance As New Furre(Name)
C++
public:
Furre(
String^ Name
)
F#
new :
Name : string -> Furre
- Name
- Type: System.String
[Missing documentation for "M:Furcadia.Net.DreamInfo.Furre.#ctor(System.String)"]