C# explicit initialization for Enum
问题 I have the following statement: private Enum _statusValue; What I'd really like to say is: private Enum _statusValue = 0; even though I know it's redundant. It's just that I like to explicitly specify the initialization. But that is not allowed. Is there some simple way of specifying the initialization on this kind of declaration? EDIT - Let me try again. Here is a contrived / simplified example of what I'm doing. using System; namespace EnumTesting { public enum EFixedPhoneUsability {