System.Xml.Serialization.XmlSerializationReaderCodeGen.WriteStructMethod C# (CSharp) Method

WriteStructMethod() private method

private WriteStructMethod ( StructMapping structMapping ) : void
structMapping StructMapping
return void
        private void WriteStructMethod(StructMapping structMapping)
        {
            if (structMapping.IsSoap)
                WriteEncodedStructMethod(structMapping);
            else
                WriteLiteralStructMethod(structMapping);
        }