Constructor

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public BaseCloudItem(
	string text,
	double weight,
	string href
)
Visual Basic
Public Sub New ( 
	text As String,
	weight As Double,
	href As String
)
Visual C++
public:
BaseCloudItem(
	String^ text, 
	double weight, 
	String^ href
)
F#
new : 
        text : string * 
        weight : float * 
        href : string -> BaseCloudItem

Parameters

text
Type: System..::..String
Item text
weight
Type: System..::..Double
Item weight
href
Type: System..::..String
Item link

See Also