コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FeatureDefinitionContextBase"/> class.
 /// </summary>
 protected FeatureDefinitionContextBase()
 {
     Features = new FeatureDictionary();
 }
コード例 #2
0
 public FeatureDefinitionContextBase()
 {
     Features = new FeatureDictionary();
 }