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

◆ GetCustomAttributes() [2/2]

virtual object[] System.Reflection.ParameterInfo.GetCustomAttributes ( Type attributeType,
bool inherit )
inlinevirtual

Implements System.Reflection.ICustomAttributeProvider.

Reimplemented in System.Reflection.RuntimeParameterInfo.

Definition at line 91 of file ParameterInfo.cs.

92 {
93 if (attributeType == null)
94 {
95 throw new ArgumentNullException("attributeType");
96 }
97 return Array.Empty<object>();
98 }