XmlNode.opIndex

Returns the immediate child with the given index.

  1. XmlNode opIndex(string tag)
  2. XmlNode opIndex(string tag, size_t index)
  3. XmlNode opIndex(size_t index)
    class XmlNode
    final ref
    opIndex
    (
    size_t index
    )

Meta