Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetConstructors() [2/2]

override ConstructorInfo[] System.RuntimeType.GetConstructors ( BindingFlags bindingAttr)
inline

Definition at line 2248 of file RuntimeType.cs.

2249 {
2251 }
ListBuilder< ConstructorInfo > GetConstructorCandidates(string name, BindingFlags bindingAttr, CallingConventions callConv, Type[] types, bool allowPrefixLookup)

References System.RuntimeType.GetConstructorCandidates().

Referenced by System.Reflection.Emit.TypeBuilder.GetConstructors().