Exemple #1
0
 public string getStringFromEnum(InventoryClass ic)
 {
     return(Enum.GetName(ic.GetType(), (object)ic));
 }