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

◆ IsConstructedGenericMethod

virtual bool System.Reflection.MethodBase.IsConstructedGenericMethod
getinherited

Definition at line 66 of file MethodBase.cs.

67 {
68 get
69 {
71 {
73 }
74 return false;
75 }
76 }
virtual bool IsGenericMethodDefinition
Definition MethodBase.cs:80