Represents a see XML documentation element for cross-references.
public class XmlSeeElement : XmlDocumentationElement
public XmlSeeElement()
public XmlSeeElement(XElement element)
public string Cref { get; set; }
public string LinkText { get; set; }
public override string ToMdx()