System.Xml.Xsl.Runtime.XmlAttributeCache.WriteComment C# (CSharp) Method

WriteComment() public method

public WriteComment ( string text ) : void
text string
return void
        public override void WriteComment(string text) {
            Debug.Assert(false, "Should never be called on XmlAttributeCache.");
        }
        public override void WriteProcessingInstruction(string name, string text) {