[]
Create an instance of Square.
public Square()
Public Sub New()
Create an instance of Square.
public Square(string content)
Public Sub New(content As String)
| Type | Name | Description |
|---|---|---|
| string | content |
Create an instance of Square.
public Square(string content, int length)
Public Sub New(content As String, length As Integer)
| Type | Name | Description |
|---|---|---|
| string | content | |
| int | length |