System.Xml.Xsl.XsltOld.ReaderOutput.GetAttribute C# (CSharp) 메소드

GetAttribute() 공개 메소드

public GetAttribute ( int i ) : string
i int
리턴 string
        public override string GetAttribute(int i) {
            BuilderInfo attribute = GetBuilderInfo(i);
            return attribute.Value;
        }

Same methods

ReaderOutput::GetAttribute ( string name ) : string
ReaderOutput::GetAttribute ( string localName, string namespaceURI ) : string