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

◆ IsDefined()

virtual bool System.Reflection.ParameterInfo.IsDefined ( Type attributeType,
bool inherit )
inlinevirtual

Implements System.Reflection.ICustomAttributeProvider.

Reimplemented in System.Reflection.RuntimeParameterInfo.

Definition at line 72 of file ParameterInfo.cs.

73 {
74 if (attributeType == null)
75 {
76 throw new ArgumentNullException("attributeType");
77 }
78 return false;
79 }

Referenced by System.DefaultBinder.BindToMethod(), and System.Attribute.IsDefined().