System.Xml.XmlUTF8NodeWriter.XmlUTF8NodeWriter C# (CSharp) Method

XmlUTF8NodeWriter() public method

public XmlUTF8NodeWriter ( bool isEscapedAttributeChar, bool isEscapedElementChar ) : System.IO
isEscapedAttributeChar bool
isEscapedElementChar bool
return System.IO
        public XmlUTF8NodeWriter(bool[] isEscapedAttributeChar, bool[] isEscapedElementChar)
        {
            _isEscapedAttributeChar = isEscapedAttributeChar;
            _isEscapedElementChar = isEscapedElementChar;
            _inAttribute = false;
        }

Same methods

XmlUTF8NodeWriter::XmlUTF8NodeWriter ( ) : System.IO