Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetConstructor()
[2/5]
ConstructorInfo
? System.Type.GetConstructor
(
BindingFlags
bindingAttr
,
Binder
?
binder
,
Type
[]
types
,
ParameterModifier
?[]
modifiers
)
inline
inherited
Definition at line
554
of file
Type.cs
.
555
{
556
return
GetConstructor
(bindingAttr, binder,
CallingConventions
.Any, types, modifiers);
557
}
System.Type.GetConstructor
ConstructorInfo? GetConstructor(Type[] types)
Definition
Type.cs:542
System.Reflection.CallingConventions
CallingConventions
Definition
CallingConventions.cs:5
References
System.Type.GetConstructor()
.
System
Reflection
Emit
TypeBuilder
Generated by
1.10.0