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
TypeInferenceRuleAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngineInternal
4
{
5
// Token: 0x02000005 RID: 5
6
[
AttributeUsage
(
AttributeTargets
.Method)]
7
[
Serializable
]
8
public
class
TypeInferenceRuleAttribute
:
Attribute
9
{
10
// Token: 0x06000003 RID: 3 RVA: 0x00002078 File Offset: 0x00000278
11
public
TypeInferenceRuleAttribute
(
TypeInferenceRules
rule
)
12
{
13
string
text
;
14
this._rule
=
text
;
15
}
16
17
// Token: 0x06000004 RID: 4 RVA: 0x00002094 File Offset: 0x00000294
18
public
TypeInferenceRuleAttribute
(
string
rule
)
19
{
20
}
21
22
// Token: 0x06000005 RID: 5 RVA: 0x000020A8 File Offset: 0x000002A8
23
public
override
string
ToString
()
24
{
25
return
this.
_rule
;
26
}
27
28
// Token: 0x04000006 RID: 6
29
private
readonly
string
_rule
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
UnityEngineInternal.TypeInferenceRuleAttribute.TypeInferenceRuleAttribute
TypeInferenceRuleAttribute(string rule)
Definition
TypeInferenceRuleAttribute.cs:18
UnityEngineInternal.TypeInferenceRuleAttribute.TypeInferenceRuleAttribute
TypeInferenceRuleAttribute(TypeInferenceRules rule)
Definition
TypeInferenceRuleAttribute.cs:11
UnityEngineInternal.TypeInferenceRuleAttribute._rule
readonly string _rule
Definition
TypeInferenceRuleAttribute.cs:29
UnityEngineInternal.TypeInferenceRuleAttribute.ToString
override string ToString()
Definition
TypeInferenceRuleAttribute.cs:23
UnityEngineInternal.TypeInferenceRuleAttribute
Definition
TypeInferenceRuleAttribute.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.ExceptionArgument.text
@ text
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngineInternal.TypeInferenceRules
TypeInferenceRules
Definition
TypeInferenceRules.cs:7
UnityEngineInternal
Definition
GenericStack.cs:5
source
UnityEngine.CoreModule
UnityEngineInternal
TypeInferenceRuleAttribute.cs
Generated by
1.10.0