M_Furcadia_Text_Base220__ctor_1 - 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 Base220 class
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Base220(
int n
)
VB
Public Sub New (
n As Integer
)
VB Usage
Dim n As Integer
Dim instance As New Base220(n)
C++
public:
Base220(
int n
)
F#
new :
n : int -> Base220
- n
- Type: System.Int32
[Missing documentation for "M:Furcadia.Text.Base220.#ctor(System.Int32)"]