Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CanRead
override
bool
System.Reflection.Emit.PropertyBuilder.CanRead
get
Definition at line
30
of file
PropertyBuilder.cs
.
31
{
32
get
33
{
34
if
(
m_getMethod
!=
null
)
35
{
36
return
true
;
37
}
38
return
false
;
39
}
40
}
System.Reflection.Emit.PropertyBuilder.m_getMethod
MethodInfo m_getMethod
Definition
PropertyBuilder.cs:18
System
Reflection
Emit
PropertyBuilder
Generated by
1.10.0