Yet another C# developer with a blog.
Browse by Tags
All Tags »
.NET »
Enum (
RSS)
-
|
Every now and then, when I'm not thinking clearly, I'll find myself including a property with an enumerated type in my code, like this: enum MyEnum { File, DB } class MyControl : Control { MyEnum saveType; public MyEnum SaveType { get {return...
|