Searched refs:ValuesAttribute (Results 1 – 2 of 2) sorted by relevance
20 public class ValuesAttribute:Attribute class24 public ValuesAttribute(params object[] values) in ValuesAttribute() method in Antmicro.Renode.UserInterface.Commands.ValuesAttribute
144 … = candidateParametersWithoutArrayAndWriters[i].GetCustomAttributes(typeof(ValuesAttribute), true); in RunCommand()147 …if(!((ValuesAttribute)attribute[0]).Values.Contains(parametersWithoutLastArray[i].GetObjectValue()… in RunCommand()