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

◆ FullDMatch()

bool System.Globalization.TimeSpanParse.TimeSpanRawInfo.FullDMatch ( TimeSpanFormat::FormatLiterals pattern)
inlinepackage

Definition at line 658 of file TimeSpanParse.cs.

659 {
660 int sepCount = this._sepCount;
661 int numCount = this._numCount;
662 string[] literals = pattern._literals;
664 int length = this._literals0._length;
665 if (length != 0)
666 {
667 bool flag;
668 return flag;
669 }
670 string[] literals3 = pattern._literals;
672 int length2 = this._literals1._length;
673 if (length != 0)
674 {
675 }
676 bool flag2;
677 return length2 == 0 || flag2;
678 }
class f__AnonymousType0<< Count > j__TPar
readonly int _length

References System.ReadOnlySpan< T >._length, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals0, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals1, System.Globalization.TimeSpanParse.TimeSpanRawInfo._numCount, System.Globalization.TimeSpanParse.TimeSpanRawInfo._sepCount, j__TPar, and System.length.