TFiltersNamed<T> Class

Represents type TFiltersNamed<T>.

Namespace: Spring.Reflection
type
 TFiltersNamed<T: TRttiNamedObject> = class
 end;

Type Parameters

T

The TFiltersNamed<T> type exposes the following members.

Show:
 NameDescription
HasAttribute(TAttributeClass,Boolean)

Represents method HasAttribute(TAttributeClass,Boolean).

IsNamed(string)

Represents method IsNamed(string).

Top