System.Xml.Xsl.Runtime.XmlAttributeCache.StartElementContent C# (CSharp) Méthode

StartElementContent() private méthode

Send cached, non-overriden attributes to the specified writer. Calling this method has the side effect of clearing the attribute cache.
private StartElementContent ( ) : void
Résultat void
        internal override void StartElementContent() {
            FlushAttributes();

            // Call StartElementContent on wrapped writer
            this.wrapped.StartElementContent();
        }