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

◆ DefaultEncoder() [2/2]

System.Text.Encoding.DefaultEncoder.DefaultEncoder ( SerializationInfo info,
StreamingContext context )
inlinepackage

Definition at line 1050 of file Encoding.cs.

1051 {
1052 if (info == null)
1053 {
1054 throw new InvalidCastException();
1055 }
1056 Type type;
1057 object value = info.GetValue("encoding", type);
1058 if (value != null)
1059 {
1061 throw new InvalidCastException();
1062 }
1063 Type type2;
1064 object value2 = info.GetValue("_fallback", type2);
1065 if (value2 != null)
1066 {
1068 throw new InvalidCastException();
1069 }
1070 Type type3;
1071 object value3 = info.GetValue("charLeftOver", type3);
1072 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.value.