Thursday, September 25, 2008

Sandcastle warning in inherited classes

If you comment member functions of interface and you don't want to comment the same functions in class that implement specific interface you will get warning from compiler. To avoid this warning and keep the comments from interface use:



        /// <inheritdoc/>


No comments: