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

◆ AddMonthNames()

void System.Globalization.DateTimeFormatInfo.AddMonthNames ( DateTimeFormatInfo::TokenHashValue[] temp,
string monthPostfix )
inlineprivate

Definition at line 1559 of file DateTimeFormatInfo.cs.

1560 {
1561 int num = 1;
1562 string monthName = this.GetMonthName(num);
1563 int stringLength = monthName._stringLength;
1564 if (monthPostfix != null)
1565 {
1566 string text = monthName + monthPostfix;
1567 }
1569 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.DateTimeFormatInfo.GetAbbreviatedMonthName(), System.Globalization.DateTimeFormatInfo.GetMonthName(), j__TPar, and System.text.

Referenced by System.Globalization.DateTimeFormatInfo.PopulateSpecialTokenHashTable().