xelement

  1. O

    XElement LineNumber information

    Hi, I know that to get the line number that an element (XElement) starts at, I can use: CType(XElement, System.Xml.IXmlLineInfo).LineNumber My question is, how can I get the line number of where the element end tag is located within the XDocument? Thanks! -Jason
Back
Top