Click or drag to resize

CondensedCollectionTCutoverPredicate Property

[This is preliminary documentation and is subject to change.]

Gets the callback that is periodically called to determine whether it's worthwhile for this collection to perform deduplication. Called immediately before a new, unique item is added to the intern pool. Return true if the condensed list needs to cutover to normal ListT storage.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public Predicate<CondensedStats> CutoverPredicate { get; }

Property Value

Type: PredicateCondensedStats
See Also