コード例 #1
0
 public PropertyMapping(CustomPropertyId id, int totalIndex, int afterInterceptionIndex)
 {
     this = new PropertySetMixer <CustomPropertyId, SetId> .PropertyMapping(id, new PropertySetMixer <CustomPropertyId, SetId> .PropertyIndex(totalIndex, afterInterceptionIndex));
 }
コード例 #2
0
 public PropertyMapping(CustomPropertyId id, PropertySetMixer <CustomPropertyId, SetId> .PropertyIndex index)
 {
     this.Id    = id;
     this.Index = index;
 }