◆ ToString()
override string Vcsos.mm.ParserFactory.ToString |
( |
| ) |
|
126 StringBuilder result =
new StringBuilder();
127 foreach(var i
in m_pOperators)
129 result.AppendFormat(
"{0}: {1}\n", i.Name, i.Info);
131 return result.ToString();
The documentation for this class was generated from the following file: