Furre Constructor (Int32, String)

FFF3PP

Furre Constructor (Int32, String)

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 Furre class.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public Furre(
	int FurreID,
	string Name
)
Public Sub New ( 
	FurreID As Integer,
	Name As String
)

Dim FurreID As Integer
Dim Name As String

Dim instance As New Furre(FurreID, 
	Name)
public:
Furre(
	int FurreID, 
	String^ Name
)
new : 
        FurreID : int * 
        Name : string -> Furre

Parameters

FurreID
Type: SystemInt32
The furre identifier.
Name
Type: SystemString
The name.
See Also