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

◆ GetReturnType()

virtual Type System.Reflection.ConstructorInfo.GetReturnType ( )
inlinepackagevirtual

Reimplemented in System.Reflection.Emit.ConstructorBuilder, System.Reflection.Emit.ConstructorOnTypeBuilderInstantiation, and System.Reflection.RuntimeConstructorInfo.

Definition at line 15 of file ConstructorInfo.cs.

16 {
17 throw new NotImplementedException();
18 }