CustomAttribute

CustomAttribute(Type)

public CustomAttribute(Type inspectedType) ;

Description

Constructor

Parameters

Parameter Name Description
inspectedType Target type

CustomAttribute(Type, bool)

public CustomAttribute(Type inspectedType, bool useForChildren) ;

Description

Constructor

Parameters

Parameter Name Description
inspectedType Target type
useForChildren Whether to use for derived classes as well