System.Data.DataTextReader.GetAttribute C# (CSharp) Метод

GetAttribute() публичный Метод

public GetAttribute ( string name ) : string
name string
Результат string
        public override string GetAttribute(string name)
        {
            return _xmlreader.GetAttribute(name);
        }

Same methods

DataTextReader::GetAttribute ( int i ) : string
DataTextReader::GetAttribute ( string localName, string namespaceURI ) : string