Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TrimType

enum System.Text.TrimType
package
Enumerator
Head 
Tail 
Both 

Definition at line 4 of file TrimType.cs.

5{
6 Head = 1,
7 Tail = 2,
8 Both = 3
9}