TCollectionThunks<T> Record
Definition
type TCollectionThunks<T> = record
Type Parameters
Methods
|
AddCurrentToCollection(IInterface, IInterface)
|
|
|
AddToCollection(IInterface, Void)
|
|
|
AggregateCurrentWithValue(IInterface, IInterface, Void)
|
|
|
Assign(Void, Void)
|
|
|
CallActionOnCurrent(IInterface, IInterface)
|
|
|
Contains(IInterface, Void, IInterface)
|
|
|
EqualsCurrentWithArrayElement(IInterface, Pointer, Pointer, NativeInt)
|
|
|
EqualsCurrentWithOtherEnumerator(IInterface, IInterface, IInterface)
|
|
|
EqualsCurrentWithValue(IInterface, IInterface, Void)
|
|
|
ExtractCurrentFromCollection(IInterface, IInterface)
|
|
|
GetCurrent(IInterface, Void)
|
|
|
GetCurrentIfGreaterThan(IInterface, IInterface, Void)
|
|
|
GetCurrentIfLessThan(IInterface, IInterface, Void)
|
|
|
GetCurrentWithPredicate(IInterface, IInterface, Void)
|
|
|
GetCurrentWithSelector(IInterface, IInterface)
|
|
|
GetDefault(Void)
|
|
|
ProcessArray(TExtensionKind, TArray<T>, IComparer<T>)
|
|
|
RemoveCurrentFromCollection(IInterface, IInterface)
|
|