public OptionDefinition(string name, string category, int sortPriority, SRF.Helpers.MethodReference method) : this(name, category, sortPriority) { Method = method; }
public void SetMethod(SRF.Helpers.MethodReference method) { _method = method; Title.text = method.MethodName; }