コード例 #1
0
 public AttributeSetRefinement(AttributeSet attributeSet, AttributeGroup attributeGroup)
 {
     AttributeSet    = attributeSet;
     AttributeGroups = new List <AttributeGroup> {
         attributeGroup
     };
 }
コード例 #2
0
 public AttributeGroupRefinement(AttributeGroup attributeGroup)
 {
     AttributeGroups = new List <AttributeGroup> {
         attributeGroup
     };
 }