[]
Defines a structure containing information about a pair of quotation marks.
public struct Quotes
| Name | Description |
|---|---|
| Quotes(char, char) | Initializes a new instance of the Quotes struct. |
| Name | Description |
|---|---|
| Close | Gets the character defining the close quote character. |
| Open | Gets the character defining the open quote character. |