Example #1
0
 public bool TryGetValue(string key, out LegendMark value)
 {
     return(this._items.TryGetValue(key, out value));
 }
Example #2
0
 internal void Add(string key, LegendMark value)
 {
     this._items.Add(key, value);
 }