I have a class with a property which is an enum
The enum is
/// /// All available delivery actions /// public enum E
I'd suggest having a value of None = 0 as your first enum value. Make it explicit, then you know for sure what it's value is.