Пример #1
0
 private static FieldInfo GetFieldInfo(CardName value)
 {
     return(value.GetType().GetField(value.ToString()));
 }