From: Mark I. <mi...@so...> - 2006-05-03 12:05:56
|
Hi, if I have a function called Foo(), which is defined as: =20 Foo(); Foo(String test); Foo(Int32 test); =20 How do I make a link in the documentation to the actual overload page for Foo, not a specific version of the function? =20 i.e. =20 <see cref=3D"Foo"/> won't compile because of ambiguous symbol. However, specifying <see cref=3D"Foo()"/> causes it to link to the first instance of the function. =20 Thanks, =20 Mark Ingram Software Engineer |