 | 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)
Syntaxpublic Predicate<CondensedStats> CutoverPredicate { get; }Public ReadOnly Property CutoverPredicate As Predicate(Of CondensedStats)
Get
public:
property Predicate<CondensedStats>^ CutoverPredicate {
Predicate<CondensedStats>^ get ();
}member CutoverPredicate : Predicate<CondensedStats> with get
Property Value
Type:
PredicateCondensedStats
See Also