Canguro.Model.Serializer.Serializer.writeMassSource C# (CSharp) Method

writeMassSource() private method

private writeMassSource ( XmlWriter xml ) : void
xml XmlWriter
return void
        private void writeMassSource(XmlWriter xml)
        {
            xml.WriteAttributeString("MassFrom", "Elements");
        }