public IEnumerable <MEventDef> GetSorted() { return(DictHelper.GetSorted(GetValues())); }
public IEnumerable <MPropertyDef> GetSorted() => DictHelper.GetSorted(GetValues());
public IEnumerable <MEventDef> GetSorted() => DictHelper.GetSorted(GetValues());
public IEnumerable <MMethodDef> GetSorted() => DictHelper.GetSorted(GetValues());