'Declaration Public Function New( _ ByVal text As String, _ ByVal filename As String _ )
'Declaration
Public Function New( _ ByVal text As String, _ ByVal filename As String _ )
'Usage Dim text As String Dim filename As String Dim instance As New HistoryItem(text, filename)
'Usage
Dim text As String Dim filename As String Dim instance As New HistoryItem(text, filename)
public HistoryItem( string text, string filename )
HistoryItem Class HistoryItem Members Overload List