When overridden in a derived class, gets the value of the attribute with the specified index.
i The index of the attribute. The index is zero-based. (The first attribute has index 0.)
The value of the specified attribute. This method does not move the reader.
TypeReasonArgumentOutOfRangeException i is less than 0, or greater than or equal to the XmlReader.AttributeCount of the containing element.