コード例 #1
0
 public static bool IsEnabled(string featureName)
 {
     return(EnabledExperimentalFeatureNames.Contains(featureName));
 }