C#, XmlDoc: How to reference method overloads
Try /// Has a close relation to the <see cref=”Get(string)”/> /// and <see cref=”Get(int)” /> methods. You may need full typenames but intellisense should help as soon as you put first bracket in. Hope that helps, Dan