Make xml reference to a field of class

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-04-19T10:52:58Z Indexed on 2010/04/19 11:03 UTC
Read the original article Hit count: 165

Filed under:

How to make reference from xml-comment of UpdateChanged to Long1 field ?

public sealed class SystemConfiguration
{
    public long Long1;

    /// <summary>
    /// Make reference to Long1
    /// </summary>
    public bool UpdateChanged;
}

© Stack Overflow or respective owner

Related posts about c#