'Declaration Public Function New( _ ByVal x As Integer, _ ByVal y As Integer _ )
'Declaration
Public Function New( _ ByVal x As Integer, _ ByVal y As Integer _ )
'Usage Dim x As Integer Dim y As Integer Dim instance As New CustomDropCellType(x, y)
'Usage
Dim x As Integer Dim y As Integer Dim instance As New CustomDropCellType(x, y)
public CustomDropCellType( int x, int y )
CustomDropCellType Class CustomDropCellType Members