'Declaration Public Function New( _ ByVal text As String, _ ByVal value As String _ )
'Declaration
Public Function New( _ ByVal text As String, _ ByVal value As String _ )
'Usage Dim text As String Dim value As String Dim instance As New QuestionListItem(text, value)
'Usage
Dim text As String Dim value As String Dim instance As New QuestionListItem(text, value)
public QuestionListItem( string text, string value )
public QuestionListItem( text: String; value: String );
public function QuestionListItem( text : String, value : String );
public: QuestionListItem( string* text, string* value )
public: QuestionListItem( String^ text, String^ value )
QuestionListItem Class QuestionListItem Members Overload List