Weitao Su's WebLog

.Net Reflection and more

May, 2009

Posts
  • Weitao Su's WebLog

    Bing

    • 2 Comments
    http://www.bing.com Now can anyone tell me where that frontpage picture is taken?
  • Weitao Su's WebLog

    Override properties (II): GetCustomAttributes

    • 4 Comments
    In my last post ( http://blogs.msdn.com/weitao/archive/2009/05/28/override-properties-i.aspx ) I revealed the truth behind property overriding. In today's article I will talk about how that impact the behavior of GetCustomAttributes. In reflection...
  • Weitao Su's WebLog

    Override properties (I)

    • 3 Comments
    I'll start today's discussion with a question: do virtual properties exist and can you override them? public class Base { public virtual int MyProperty { get { return 0; } } } public class Derived : Base { public override int MyProperty...
Page 1 of 1 (3 items)