System.Xml.XmlBaseWriter.StartContent C# (CSharp) Method

StartContent() protected method

protected StartContent ( char chars, int offset, int count ) : void
chars char
offset int
count int
return void
        protected void StartContent(char[] chars, int offset, int count)
        {
            FlushElement();
            if (_depth == 0)
                VerifyWhitespace(chars, offset, count);
        }

Same methods

XmlBaseWriter::StartContent ( ) : void
XmlBaseWriter::StartContent ( char ch ) : void
XmlBaseWriter::StartContent ( string s ) : void