Click or drag to resize
ConstantsList Methods

The ConstantsList type exposes the following members.

Methods
  NameDescription
Public methodContainsKey
This is the same as ContainsKey(string).
Public methodPrint(Stream)
Print the constant to the Stream.
Public methodPrint(TextWriter)
Print the constant with the help of the TextWriter.
Public methodTryGetValue
This is the same as TryGetValue(string, Constatant).
Top
See Also