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