Reference operators in XML documentation
问题 I would like to reference an operator in a <see cref="..." /> XML documentation tag, but I can't seem to find any hints on how to do it. The MSDN article on this tag only shows a simple example referencing a method, but does not go over different types of members that can be referenced. In particular, I would like to reference an implicit conversion operator , but general rule for referencing operators will also be appreciated. Example Let's say we have a simple structure for which we define