Click or drag to resize

StandardCutoverPredicatesGetDefaultCutoverPredicate Method

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

Convenience method that returns a cutover predicate for the specified type.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public static Predicate<CondensedStats> GetDefaultCutoverPredicate(
	Type type
)

Parameters

type
Type: SystemType
Type of object being stored in a CondensedCollectionT.

Return Value

Type: PredicateCondensedStats
Default predicate used for the type.
See Also