Initializes a new instance of the CloudItem class

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

Syntax

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

Parameters

text
Type: System..::..String
weight
Type: System..::..Double

See Also