Esempio n. 1
0
 /// <summary>
 /// Generates a hard-coded version of this feature test using the variable name provided.
 /// </summary>
 /// <param name="variableName">The variable name to use</param>
 /// <returns>Code which performs this feature test</returns>
 public string GenerateCode(string variableName)
 {
     return(_feature.GenerateCode(variableName));
 }