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
Loading...
Searching...
No Matches
System.Globalization.TimeSpanParse.TimeSpanToken Struct Reference
+ Collaboration diagram for System.Globalization.TimeSpanParse.TimeSpanToken:

Public Member Functions

 TimeSpanToken (TimeSpanParse.TTT type)
 
 TimeSpanToken (int number)
 
 TimeSpanToken (int number, int leadingZeroes)
 
 TimeSpanToken (TimeSpanParse.TTT type, int number, int leadingZeroes, global::System.ReadOnlySpan< char > separator)
 
bool IsInvalidFraction ()
 

Package Attributes

TimeSpanParse.TTT _ttt
 
int _num
 
int _zeroes
 
global::System.ReadOnlySpan< char > _sep
 

Detailed Description

Definition at line 672 of file TimeSpanParse.cs.


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