Yet another C# developer with a blog.
Browse by Tags
All Tags »
C# »
DescriptionAttribute »
ResourceReader (
RSS)
-
|
Here's a trap we've all fallen into: we build a class, say something like this: class MyControl : Control { int someField; [Description("This is my (English) description")] public int SomeProperty { get {return someField; } set {someField...
|