'Declaration Public Function New( _ ByVal size As Integer _ )
'Declaration
Public Function New( _ ByVal size As Integer _ )
'Usage Dim size As Integer Dim instance As New OBJ_Contine(size)
'Usage
Dim size As Integer Dim instance As New OBJ_Contine(size)
public OBJ_Contine( int size )
OBJ_Contine Class OBJ_Contine Members