Exemple #1
0
 public Dict(Dict dict) : base(dict)
 {
 }
Exemple #2
0
 public ReadOnlyDictionary(Dict dict)
 {
     this.dict = dict;
 }