System.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement C# (CSharp) Method

WritePotentiallyReferencingElement() protected method

protected WritePotentiallyReferencingElement ( string n, string ns, object o, Type ambientType, bool suppressReference ) : void
n string
ns string
o object
ambientType System.Type
suppressReference bool
return void
        protected void WritePotentiallyReferencingElement(string n, string ns, object o, Type ambientType, bool suppressReference)
        {
            WritePotentiallyReferencingElement(n, ns, o, ambientType, suppressReference, false);
        }

Same methods

XmlSerializationWriter::WritePotentiallyReferencingElement ( string n, string ns, object o ) : void
XmlSerializationWriter::WritePotentiallyReferencingElement ( string n, string ns, object o, Type ambientType ) : void
XmlSerializationWriter::WritePotentiallyReferencingElement ( string n, string ns, object o, Type ambientType, bool suppressReference, bool isNullable ) : void