TRttiObjectHelper.GetCustomAttributes(TAttributeClass,Boolean) Method

Represents method GetCustomAttributes(TAttributeClass,Boolean).

Namespace: Spring.Reflection
public
 function GetCustomAttributes(attributeClass: TAttributeClass;
 inherit: Boolean = False): TArray<TCustomAttribute>; overload;

Parameters

attributeClass
Type: TAttributeClass

inherit
Type: Boolean

Return Value

Type: TArray<TCustomAttribute>