Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
►
Terraria
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
◆
ParseMethod
MethodInfo
System.Runtime.Serialization.DataContract.DataContractCriticalHelper.ParseMethod
get
package
inherited
Definition at line
223
of file
DataContract.cs
.
224
{
225
get
226
{
227
if
(!
_parseMethodSet
)
228
{
229
MethodInfo
method
=
UnderlyingType
.
GetMethod
(
"Parse"
,
BindingFlags
.Static |
BindingFlags
.Public,
new
Type
[1] { typeof(string) });
230
if
(
method
!=
null
&&
method
.ReturnType ==
UnderlyingType
)
231
{
232
_parseMethod
=
method
;
233
}
234
_parseMethodSet
=
true
;
235
}
236
return
_parseMethod
;
237
}
238
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.MethodInfo
Definition
MethodInfo.cs:7
System.Runtime.Serialization.DataContract.DataContractCriticalHelper._parseMethodSet
bool _parseMethodSet
Definition
DataContract.cs:63
System.Runtime.Serialization.DataContract.DataContractCriticalHelper._parseMethod
MethodInfo _parseMethod
Definition
DataContract.cs:61
System.Runtime.Serialization.DataContract.DataContractCriticalHelper.UnderlyingType
Type UnderlyingType
Definition
DataContract.cs:69
System.Type.GetMethod
MethodInfo? GetMethod(string name)
Definition
Type.cs:675
System.Reflection.BindingFlags
BindingFlags
Definition
BindingFlags.cs:5
System.Reflection.CustomAttributeEncoding.Type
@ Type
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System
Runtime
Serialization
XmlDataContract
XmlDataContractCriticalHelper
Generated by
1.10.0