コード例 #1
0
ファイル: PropertyBag.cs プロジェクト: RicoPlays/sm64dse
 public PropertySpecDescriptor(PropertySpec item, PropertyBag bag, string name, Attribute[] attrs)
     : base(name, attrs)
 {
     this.bag = bag;
     this.item = item;
 }