'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 ListItem(text, value)
'Usage
Dim text As String Dim value As String Dim instance As New ListItem(text, value)
public ListItem( string text, string value )
ListItem Class ListItem Members Overload List