示例#1
0
 Feature(string name, FeatureType <T> type)
 {
     featureName = name;
     featureType = type;
 }
示例#2
0
 public bool Compare <T>(FeatureType <T> other);