|
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
|
Collaboration diagram for System.Globalization.TimeSpanParse.StringParser:Package Functions | |
| void | NextChar () |
| char | NextNonDigit () |
| bool | TryParse (global::System.ReadOnlySpan< char > input, ref TimeSpanParse.TimeSpanResult result) |
| bool | ParseInt (int max, out int i, ref TimeSpanParse.TimeSpanResult result) |
| bool | ParseTime (out long time, ref TimeSpanParse.TimeSpanResult result) |
| void | SkipBlanks () |
Private Attributes | |
| global::System.ReadOnlySpan< char > | _str |
| char | _ch |
| int | _pos |
| int | _len |
Definition at line 1490 of file TimeSpanParse.cs.