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
GenericPrincipal.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000329 RID: 809
8 [ComVisible(true)]
11 {
12 // Token: 0x06001B58 RID: 7000 RVA: 0x0003AB2C File Offset: 0x00038D2C
13 public GenericPrincipal(IIdentity identity, string[] roles)
14 {
15 do
16 {
17 if (!true)
18 {
19 }
20 base..ctor();
21 }
22 while (identity == null);
23 this.m_identity = identity;
24 if (roles != null)
25 {
26 string[] roles2 = this.m_roles;
27 return;
28 }
29 }
30
31 // Token: 0x04000DE7 RID: 3559
33
34 // Token: 0x04000DE8 RID: 3560
35 private string[] m_roles;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
GenericPrincipal(IIdentity identity, string[] roles)