ReasonCodeExample.XPathInformation.Writers.SimplifiedXPathWriter.WriteAttributeNameWithPrefix C# (CSharp) 메소드

WriteAttributeNameWithPrefix() 보호된 메소드

protected WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
리턴 void
        protected override void WriteAttributeNameWithPrefix(string namespacePrefix, string localName)
        {
            XPath.Append(localName);
        }