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