TSelectIndexIterator<TSource,TResult>.fSelector Field
Summary
Represents field
fSelector
.
Namespace
:
Spring.Collections.Extensions
Syntax
Delphi
private
fSelector
: TFunc<
TSource
, Integer,
TResult
>;
Field Value
Type: TFunc<
TSource
, Integer,
TResult
>
See Also
Reference
TSelectIndexIterator<TSource,TResult>
Spring.Collections.Extensions