'Declaration Public Function New( _ ByVal text As String, _ ByVal weight As Double _ )
'Declaration
Public Function New( _ ByVal text As String, _ ByVal weight As Double _ )
'Usage Dim text As String Dim weight As Double Dim instance As New TagCloudItem(text, weight)
'Usage
Dim text As String Dim weight As Double Dim instance As New TagCloudItem(text, weight)
public TagCloudItem( string text, double weight )
TagCloudItem Class TagCloudItem Members Overload List