'Declaration Public Function New( _ ByVal content As String, _ ByVal length As Integer _ )
'Declaration
Public Function New( _ ByVal content As String, _ ByVal length As Integer _ )
'Usage Dim content As String Dim length As Integer Dim instance As New Square(content, length)
'Usage
Dim content As String Dim length As Integer Dim instance As New Square(content, length)
public Square( string content, int length )
Square Class Square Members Overload List