[]
Create an instance of Square.
public Square()
Create an instance of Square.
public Square(string content)
Type | Name | Description |
---|---|---|
string | content |
Create an instance of Square.
public Square(string content, int length)
Type | Name | Description |
---|---|---|
string | content | |
int | length |