Esempio n. 1
0
 internal object GetSortValue(PlayerSubStats sub) => sub?.GetType().GetProperty(CurrentSortKey).GetValue(sub, null);
Esempio n. 2
0
 protected object GetSortValue(PlayerSubStats sub)
 {
     return(sub?.GetType().GetProperty(CurrentSortKey).GetValue(sub, null));
 }