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