The only way to do something similar is to use extension methods, which can make it look as if the enumeration had member methods.
In addition, you can create an accompanying structure type for your enumeration, which has a property for the enumerated value, and then adds additional properties and methods to support this value.