S
Soeren S. Joergensen
Hi,
I need to have something like (wich as written of course is not possible)
public enum CountryType : String
{
USA = "US",
UnitedKingdom = "UK",
Germany = "DE",
Denmark = "DK"
}
Well, it has to be a sealed class of some sort with a lot of static fields -
but how do i get same functionallity as with a regular enum
Kr.
Soren
I need to have something like (wich as written of course is not possible)
public enum CountryType : String
{
USA = "US",
UnitedKingdom = "UK",
Germany = "DE",
Denmark = "DK"
}
Well, it has to be a sealed class of some sort with a lot of static fields -
but how do i get same functionallity as with a regular enum
Kr.
Soren