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

◆ IsConstructedGenericType

virtual bool System.Type.IsConstructedGenericType
getinherited

Definition at line 77 of file Type.cs.

78 {
79 get
80 {
81 throw NotImplemented.ByDesign;
82 }
83 }

Referenced by System.Reflection.SignatureTypeExtensions.MatchesExactly().