Html |
public bool Push( char c )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | c is the first character being pushed and was not the '&' character. |
Pushes the specified character into the HTML entity decoder.
The first character pushed MUST be the '&' character.