예제 #1
0
 public IEnumerable <EventDef> getSorted()
 {
     return(DictHelper.getSorted(getValues()));
 }
예제 #2
0
 public IEnumerable <MEventDef> GetSorted()
 {
     return(DictHelper.GetSorted(GetValues()));
 }
예제 #3
0
 public IEnumerable <MPropertyDef> GetSorted() => DictHelper.GetSorted(GetValues());
예제 #4
0
 public IEnumerable <MEventDef> GetSorted() => DictHelper.GetSorted(GetValues());
예제 #5
0
 public IEnumerable <MMethodDef> GetSorted() => DictHelper.GetSorted(GetValues());