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

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string
        public override string GetAttribute( string name ) {
            return reader.GetAttribute( name );
        }

Same methods

XmlWrappingReader::GetAttribute ( int i ) : string
XmlWrappingReader::GetAttribute ( string name, string namespaceURI ) : string