'Declaration Public Function New( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Declaration
Public Function New( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage Dim row As Integer Dim column As Integer Dim instance As New Reference(row, column)
'Usage
Dim row As Integer Dim column As Integer Dim instance As New Reference(row, column)
public Reference( int row, int column )
Reference Structure Reference Members Overload List