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

◆ CharArrayLength

int System.Xml.UniqueId.CharArrayLength
get

Definition at line 48 of file UniqueId.cs.

49 {
50 get
51 {
52 if (_s != null)
53 {
54 return _s.Length;
55 }
56 return 45;
57 }
58 }

Referenced by System.Xml.UniqueId.ToCharArray(), and System.Xml.UniqueId.ToString().