CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
formatting.h
1
2
3#pragma once
4
5#include <system/object_ext.h>
6#include <system/enum.h>
7
8
9namespace System {
10
11namespace Xml {
12
14enum class Formatting
15{
17 None,
25};
26
27} // namespace Xml
28} // namespace System
29
31template<>
32struct EnumMetaInfo<System::Xml::Formatting>
33{
34 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::Formatting, const char_t*>, 2>& values();
35};
37
38
@ Xml
Serialize according to the XML 1.0 rules.
Formatting
Specifies formatting options for the XmlTextWriter.
Definition: formatting.h:15
@ Indented
Causes child elements to be indented according to the XmlTextWriter::set_Indentation and XmlTextWrite...
Definition: db_command.h:9