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

GetAttribute() 공개 메소드

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

Same methods

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