System.Xml.XmlBaseReader.GetAttribute C# (CSharp) 메소드

GetAttribute() 공개 메소드

public GetAttribute ( int index ) : string
index int
리턴 string
        public override string GetAttribute(int index)
        {
            return GetAttributeNode(index).ValueAsString;
        }

Same methods

XmlBaseReader::GetAttribute ( XmlDictionaryString localName, XmlDictionaryString namespaceUri ) : string
XmlBaseReader::GetAttribute ( string name ) : string
XmlBaseReader::GetAttribute ( string localName, string namespaceUri ) : string