Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CanWrite
override
bool
System.Reflection.Emit.PropertyBuilder.CanWrite
get
Definition at line
42
of file
PropertyBuilder.cs
.
43
{
44
get
45
{
46
if
(
m_setMethod
!=
null
)
47
{
48
return
true
;
49
}
50
return
false
;
51
}
52
}
System.Reflection.Emit.PropertyBuilder.m_setMethod
MethodInfo m_setMethod
Definition
PropertyBuilder.cs:20
System
Reflection
Emit
PropertyBuilder
Generated by
1.10.0