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

◆ GetFormatFlagGenitiveMonth()

static FORMATFLAGS System.Globalization.DateTimeFormatInfoScanner.GetFormatFlagGenitiveMonth ( string[] monthNames,
string[] genitveMonthNames,
string[] abbrevMonthNames,
string[] genetiveAbbrevMonthNames )
inlinestaticpackage

Definition at line 156 of file DateTimeFormatInfoScanner.cs.

157 {
158 bool flag = DateTimeFormatInfoScanner.EqualStringArrays(genitveMonthNames, abbrevMonthNames);
159 return FORMATFLAGS.UseGenitiveMonth;
160 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.DateTimeFormatInfoScanner.EqualStringArrays(), and j__TPar.