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

◆ CopyFrom()

void System.Runtime.Remoting.ProviderData.CopyFrom ( ProviderData other)
inline

Definition at line 10 of file ProviderData.cs.

11 {
12 if (this.Ref == null)
13 {
14 string @ref = other.Ref;
15 this.Ref = @ref;
16 }
17 if (this.Id == null)
18 {
19 string id = other.Id;
20 this.Id = id;
21 }
22 if (this.Type == null)
23 {
24 string type = other.Type;
25 this.Type = type;
26 }
27 Hashtable customProperties = other.CustomProperties;
28 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Remoting.ProviderData.Id, j__TPar, and System.Runtime.Remoting.ProviderData.Ref.