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

◆ PartialAppCompatMatch()

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

Definition at line 568 of file TimeSpanParse.cs.

569 {
570 int sepCount = this._sepCount;
571 int numCount = this._numCount;
572 string[] literals = pattern._literals;
574 if (this._literals0._length != 0)
575 {
576 bool flag;
577 return flag;
578 }
579 string[] literals3 = pattern._literals;
581 if (this._literals1._length != 0)
582 {
583 bool flag2;
584 return flag2;
585 }
587 int length = this._literals2._length;
588 if (length != 0)
589 {
590 bool flag3;
591 return flag3;
592 }
593 string[] literals6 = pattern._literals;
595 int length2 = this._literals3._length;
596 if (length != 0)
597 {
598 }
599 if (length2 != 0)
600 {
601 bool flag4;
602 return flag4;
603 }
604 }
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._literals2, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals3, System.Globalization.TimeSpanParse.TimeSpanRawInfo._numCount, System.Globalization.TimeSpanParse.TimeSpanRawInfo._sepCount, j__TPar, and System.length.