| 
            
              Furre Constructor (Base220, 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 59
Syntaxpublic Furre(
	Base220 FurreID,
	string Name
)
Public Sub New ( 
	FurreID As Base220,
	Name As String
)
Dim FurreID As Base220
Dim Name As String
Dim instance As New Furre(FurreID, 
	Name)
public:
Furre(
	Base220^ FurreID, 
	String^ Name
)
new : 
        FurreID : Base220 * 
        Name : string -> FurreParameters
- FurreID
 - Type: Furcadia.TextBase220
The furre identifier. - Name
 - Type: SystemString
The name. 
See Also