Method | Description | |
---|---|---|
AddEscapeCode ( char code, char replacement ) : void |
Adds the escape code to this quotation.
|
|
Equals ( object obj ) : bool |
Determines whether the specified
|
|
EscapeCharacter ( char code ) : char |
Escapes the escape code character specified.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
IsEscapeCode ( char code ) : bool |
Determines whether the specified character is an escape code within this quotation.
|
|
QuotationInfo ( char quotationMark ) : System |
Initializes a new instance of the QuotationInfo class.
|
|
RemoveEscapeCode ( char code ) : void |
Removes an escape code from this quotation.
|
public AddEscapeCode ( char code, char replacement ) : void | ||
code | char | The code, i.e. the character that will be used after the escape /// character to denote this escape sequence. |
replacement | char | The character with which the escape sequence will be replaced. |
return | void |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public EscapeCharacter ( char code ) : char | ||
code | char | The code. |
return | char |
public IsEscapeCode ( char code ) : bool | ||
code | char | The code. |
return | bool |
public QuotationInfo ( char quotationMark ) : System | ||
quotationMark | char | The quotation mark used for this quotation. |
return | System |
public RemoveEscapeCode ( char code ) : void | ||
code | char | The code to remove. |
return | void |