CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
whitespace_handling.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
15{
17 All = 0,
19 Significant = 1,
21 None = 2
22};
23
24} // namespace Xml
25} // namespace System
26
28template<>
29struct EnumMetaInfo<System::Xml::WhitespaceHandling>
30{
31 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::WhitespaceHandling, const char_t*>, 3>& values();
32};
34
35
WhitespaceHandling
Specifies how white space is handled.
Definition: whitespace_handling.h:15
@ Significant
Return SignificantWhitespace nodes only.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9