コード例 #1
0
 public Dict(Dict dict) : base(dict)
 {
 }
コード例 #2
0
 public ReadOnlyDictionary(Dict dict)
 {
     this.dict = dict;
 }