Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GraphemeClusterBreakType.cs
Go to the documentation of this file.
1
namespace
System.Text.Unicode
;
2
3
internal
enum
GraphemeClusterBreakType
4
{
5
Other
,
6
CR
,
7
LF
,
8
Control
,
9
Extend
,
10
ZWJ
,
11
Regional_Indicator
,
12
Prepend
,
13
SpacingMark
,
14
L
,
15
V
,
16
T
,
17
LV
,
18
LVT
,
19
Extended_Pictograph
20
}
System.Text.Unicode.GraphemeClusterBreakType
GraphemeClusterBreakType
Definition
GraphemeClusterBreakType.cs:4
System.Text.Unicode.GraphemeClusterBreakType.Extended_Pictograph
@ Extended_Pictograph
System.Text.Unicode.GraphemeClusterBreakType.CR
@ CR
System.Text.Unicode.GraphemeClusterBreakType.SpacingMark
@ SpacingMark
System.Text.Unicode.GraphemeClusterBreakType.Extend
@ Extend
System.Text.Unicode.GraphemeClusterBreakType.V
@ V
System.Text.Unicode.GraphemeClusterBreakType.LF
@ LF
System.Text.Unicode.GraphemeClusterBreakType.Other
@ Other
System.Text.Unicode.GraphemeClusterBreakType.Regional_Indicator
@ Regional_Indicator
System.Text.Unicode.GraphemeClusterBreakType.Control
@ Control
System.Text.Unicode.GraphemeClusterBreakType.LV
@ LV
System.Text.Unicode.GraphemeClusterBreakType.T
@ T
System.Text.Unicode.GraphemeClusterBreakType.LVT
@ LVT
System.Text.Unicode.GraphemeClusterBreakType.Prepend
@ Prepend
System.Text.Unicode.GraphemeClusterBreakType.ZWJ
@ ZWJ
System.Text.Unicode.GraphemeClusterBreakType.L
@ L
System.Text.Unicode
Definition
GraphemeClusterBreakType.cs:1
source
System.Private.CoreLib
System.Text.Unicode
GraphemeClusterBreakType.cs
Generated by
1.10.0