terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Globalization.TimeSpanParse.TimeSpanToken Struct Reference

Public Member Functions

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

Package Attributes

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

Detailed Description

Definition at line 244 of file TimeSpanParse.cs.


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