'Declaration Public Overloads Sub Union( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Declaration
Public Overloads Sub Union( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage Dim instance As Reference Dim row As Integer Dim column As Integer instance.Union(row, column)
'Usage
Dim instance As Reference Dim row As Integer Dim column As Integer instance.Union(row, column)
public void Union( int row, int column )
Reference Structure Reference Members Overload List