Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsConstructedGenericMethod
virtual
bool
System.Reflection.MethodBase.IsConstructedGenericMethod
get
inherited
Definition at line
66
of file
MethodBase.cs
.
67
{
68
get
69
{
70
if
(
IsGenericMethod
)
71
{
72
return
!
IsGenericMethodDefinition
;
73
}
74
return
false
;
75
}
76
}
System.Reflection.MethodBase.IsGenericMethod
virtual bool IsGenericMethod
Definition
MethodBase.cs:78
System.Reflection.MethodBase.IsGenericMethodDefinition
virtual bool IsGenericMethodDefinition
Definition
MethodBase.cs:80
System
Reflection
Emit
SymbolMethod
Generated by
1.10.0