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