Share via


IReflectionMemberInfo<TMemberInfo>.GetCustomAttributes Method

Definition

public:
 cli::array <System::Object ^> ^ GetCustomAttributes(Type ^ attributeType, bool inherit);
public object[] GetCustomAttributes (Type attributeType, bool inherit);
abstract member GetCustomAttributes : Type * bool -> obj[]
Public Function GetCustomAttributes (attributeType As Type, inherit As Boolean) As Object()

Parameters

attributeType
Type
inherit
Boolean

Returns

Object[]

Applies to