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
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
◆
ContainsGenericParameters
override
bool
System.Reflection.Emit.MethodBuilderInstantiation.ContainsGenericParameters
get
Definition at line
36
of file
MethodBuilderInstantiation.cs
.
37
{
38
get
39
{
40
for
(
int
i = 0;
i
<
m_inst
.Length;
i
++)
41
{
42
if
(
m_inst
[i].
ContainsGenericParameters
)
43
{
44
return
true
;
45
}
46
}
47
if
(
DeclaringType
!=
null
&&
DeclaringType
.
ContainsGenericParameters
)
48
{
49
return
true
;
50
}
51
return
false
;
52
}
53
}
System.Reflection.Emit.MethodBuilderInstantiation.m_inst
Type[] m_inst
Definition
MethodBuilderInstantiation.cs:10
System.Reflection.Emit.MethodBuilderInstantiation.DeclaringType
override Type DeclaringType
Definition
MethodBuilderInstantiation.cs:16
System.Reflection.Emit.MethodBuilderInstantiation.ContainsGenericParameters
override bool ContainsGenericParameters
Definition
MethodBuilderInstantiation.cs:37
System.Type.ContainsGenericParameters
virtual bool ContainsGenericParameters
Definition
Type.cs:336
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System
Reflection
Emit
MethodBuilderInstantiation
Generated by
1.10.0