Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization.SortVersion Class Referencesealed

Public Member Functions

 SortVersion (int fullVersion, Guid sortId)
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals ([NotNullWhen(true)] SortVersion? other)
 
override int GetHashCode ()
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (SortVersion? left, SortVersion? right)
 
static bool operator!= (SortVersion? left, SortVersion? right)
 

Package Functions

 SortVersion (int nlsVersion, int effectiveId, Guid customVersion)
 

Properties

int FullVersion [get]
 
Guid SortId [get]
 

Private Attributes

readonly int m_NlsVersion
 
Guid m_SortId
 

Detailed Description

Definition at line 8 of file SortVersion.cs.


The documentation for this class was generated from the following file: