System.Xml.Serialization.XmlSerializationWriterCodeGen.WriteElements C# (CSharp) Method

WriteElements() private method

private WriteElements ( string source, ElementAccessor elements, TextAccessor text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable ) : void
source string
elements ElementAccessor
text TextAccessor
choice ChoiceIdentifierAccessor
arrayName string
writeAccessors bool
isNullable bool
return void
        private void WriteElements(string source, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable)
        {
            WriteElements(source, null, elements, text, choice, arrayName, writeAccessors, isNullable);
        }

Same methods

XmlSerializationWriterCodeGen::WriteElements ( string source, string enumSource, ElementAccessor elements, TextAccessor text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable ) : void