Possible duplicate:How to make cref for method overloading in <seealso> tag in C #?
How can I XML comment my code so that I point to something like this, and not to each individual method? ComputeHash Overload
/// <seealso cref="????"/> public void Foo(String bar) { } public void Foo(Int32 bar) { } public void Foo(Double bar) { }
Basically, what do you type in crefso that it links to a method overload page similar to how MSDN works?
cref
No one has answered this question yet.
See similar questions:
or similar: