Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FeatureStruct"/> class.
 /// </summary>
 public FeatureStruct()
 {
     _definite = new IDBearerDictionary <Feature, FeatureValue>();
 }