| ConstantsList Methods |
The ConstantsList type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainsKey |
This is the same as ContainsKey(string).
| |
| Print(Stream) | Print the constant to the Stream.
| |
| Print(TextWriter) | Print the constant with the help of the TextWriter.
| |
| TryGetValue |
This is the same as TryGetValue(string, Constatant).
|