TGetCurrentWithSelector<T> Delegate

Definition

Delphi
type TGetCurrentWithSelector<T> = function(const enumerator: IInterface; const selector: IInterface): T

Type Parameters

T

Parameters

enumerator
IInterface
selector
IInterface

Returns

T