MemberInfo.GetCustomAttributes Method

Expand
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic
.NET Framework Class Library

MemberInfo.GetCustomAttributes Method

When overridden in a derived class, returns custom attributes applied to this member.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method GetCustomAttributes(Boolean) When overridden in a derived class, returns an array of all custom attributes applied to this member.
Public method GetCustomAttributes(Type, Boolean) When overridden in a derived class, returns an array of custom attributes applied to this member and identified by Type.
Top
Did you find this helpful?
(1500 characters remaining)
Community Additions ADD