Esempio n. 1
0
 public override IEnumerable <string> GetParameterNames(JSONStorable s)
 {
     foreach (var n in s.GetBoolParamNames())
     {
         yield return(n);
     }
 }