Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TrimType.cs
Go to the documentation of this file.
1
namespace
System.Text
;
2
3
[Flags]
4
internal
enum
TrimType
5
{
6
Head
= 1,
7
Tail
= 2,
8
Both
= 3
9
}
System.Text.TrimType
TrimType
Definition
TrimType.cs:5
System.Text.TrimType.Both
@ Both
System.Text.TrimType.Head
@ Head
System.Text.TrimType.Tail
@ Tail
System.Text
Definition
ConsoleEncoding.cs:1
source
System.Private.CoreLib
System.Text
TrimType.cs
Generated by
1.10.0