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

◆ GenericParameterAttributes

virtual GenericParameterAttributes System.Type.GenericParameterAttributes
getinherited

Definition at line 165 of file Type.cs.

166 {
167 get
168 {
169 throw new NotSupportedException();
170 }
171 }

Referenced by System.Dynamic.Utils.TypeUtils.IsContravariant(), System.Dynamic.Utils.TypeUtils.IsCovariant(), and System.Dynamic.Utils.TypeUtils.IsInvariant().