CustomAttribute

public CustomAttribute(Type inspectedType) ;

Constructor

Parameter Name Description
inspectedType Target type
public CustomAttribute(Type inspectedType, bool useForChildren) ;

Constructor

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