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

◆ DefaultDecoder() [2/2]

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

Definition at line 1228 of file Encoding.cs.

1229 {
1230 if (info == null)
1231 {
1232 return;
1233 }
1234 Type type;
1235 object value = info.GetValue("encoding", type);
1236 if (value != null)
1237 {
1239 throw new InvalidCastException();
1240 }
1241 Type type2;
1242 object value2 = info.GetValue("_fallback", type2);
1243 if (value2 != null)
1244 {
1246 throw new InvalidCastException();
1247 }
1248 }
class f__AnonymousType0<< Count > j__TPar

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