Example #1
0
 public FormattingScheme(string symbol, string description, ReplacementFactory factory)
 {
     this.Symbol = symbol;
     this.Description = description;
     this.Factory = factory;
 }
Example #2
0
 public FormattingScheme(string _Symbol, string _Description, ReplacementFactory _Factory)
 {
     m_Symbol = _Symbol;
     m_HumanReadableDescription = _Description;
     m_ReplacementFactory       = _Factory;
 }
Example #3
0
 public FormattingScheme(string symbol, string description, ReplacementFactory factory)
 {
     this.Symbol      = symbol;
     this.Description = description;
     this.Factory     = factory;
 }