[]
Initializes a new instance of the Quotes struct.
public Quotes(char open, char close)
Public Sub New(open As Char, close As Char)
| Type | Name | Description |
|---|---|---|
| char | open | the character defining the open quote character. |
| char | close | the character defining the close quote character. |