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

◆ Version

SortVersion System.Globalization.CompareInfo.Version
get

Definition at line 83 of file CompareInfo.cs.

84 {
85 get
86 {
87 if (m_SortVersion == null)
88 {
89 if (GlobalizationMode.Invariant)
90 {
91 m_SortVersion = new SortVersion(0, 127, new Guid(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127));
92 }
93 else
94 {
96 }
97 }
98 return m_SortVersion;
99 }
100 }
unsafe SortVersion NlsGetSortVersion()