| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for System.Version:
 Collaboration diagram for System.Version:Public Member Functions | |
| unsafe | Version (int major, int minor, int build, int revision) | 
| Version (int major, int minor, int build) | |
| Version (int major, int minor) | |
| Version (string version) | |
| Version () | |
| object | Clone () | 
| int | CompareTo (object version) | 
| int | CompareTo (global::System.Version value) | 
| override bool | Equals (object obj) | 
| bool | Equals (global::System.Version obj) | 
| override int | GetHashCode () | 
| override string | ToString () | 
| string | ToString (int fieldCount) | 
| bool | TryFormat (global::System.Span< char > destination, out int charsWritten) | 
| bool | TryFormat (global::System.Span< char > destination, int fieldCount, out int charsWritten) | 
Static Public Member Functions | |
| static global::System.Version | Parse (string input) | 
| static bool | operator== (global::System.Version v1, global::System.Version v2) | 
| static bool | operator!= (global::System.Version v1, global::System.Version v2) | 
| static bool | operator< (global::System.Version v1, global::System.Version v2) | 
| static bool | operator<= (global::System.Version v1, global::System.Version v2) | 
| static bool | operator> (global::System.Version v1, global::System.Version v2) | 
| static bool | operator>= (global::System.Version v1, global::System.Version v2) | 
Properties | |
| int | Major [get, set] | 
| int | Minor [get, set] | 
| int | Build [get, set] | 
| int | Revision [get, set] | 
| int | DefaultFormatFieldCount [get, set] | 
Private Member Functions | |
| Version (global::System.Version version) | |
| bool System.ISpanFormattable. | TryFormat (global::System.Span< char > destination, out int charsWritten, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider provider) | 
| global::System.Text.StringBuilder | ToCachedStringBuilder (int fieldCount) | 
Static Private Member Functions | |
| static global::System.Version | ParseVersion (global::System.ReadOnlySpan< char > input, bool throwOnFailure) | 
| static bool | TryParseComponent (global::System.ReadOnlySpan< char > component, string componentName, bool throwOnFailure, out int parsedComponent) | 
Private Attributes | |
| readonly int | _Major | 
| readonly int | _Minor | 
| readonly int | _Build | 
| readonly int | _Revision | 
Definition at line 16 of file Version.cs.