Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TextBlockType.cs
Go to the documentation of this file.
1
namespace
MS.Internal.Xml.Cache
;
2
3
internal
enum
TextBlockType
4
{
5
None
= 0,
6
Text = 4,
7
SignificantWhitespace
= 5,
8
Whitespace
= 6
9
}
MS.Internal.Xml.Cache.TextBlockType
TextBlockType
Definition
TextBlockType.cs:4
MS.Internal.Xml.Cache.TextBlockType.SignificantWhitespace
@ SignificantWhitespace
MS.Internal.Xml.Cache.TextBlockType.None
@ None
MS.Internal.Xml.Cache.TextBlockType.Whitespace
@ Whitespace
MS.Internal.Xml.Cache
Definition
TextBlockType.cs:1
source
System.Private.Xml
MS.Internal.Xml.Cache
TextBlockType.cs
Generated by
1.10.0