TMethodHelper Class Helper

Represents type TMethodHelper.

Namespace: Spring
type
 TMethodHelper = record helper for TMethod
 end;
 NameDescription
&&op_Equality(TMethod,TMethod)

Represents method &&op_Equality(TMethod,TMethod).

&&op_GreaterThan(TMethod,TMethod)

Represents method &&op_GreaterThan(TMethod,TMethod).

&&op_Inequality(TMethod,TMethod)

Represents method &&op_Inequality(TMethod,TMethod).

&&op_LessThan(TMethod,TMethod)

Represents method &&op_LessThan(TMethod,TMethod).

Top