 | 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)
Syntaxpublic static Predicate<CondensedStats> GetDefaultCutoverPredicate(
Type type
)
Public Shared Function GetDefaultCutoverPredicate (
type As Type
) As Predicate(Of CondensedStats)
public:
static Predicate<CondensedStats>^ GetDefaultCutoverPredicate(
Type^ type
)
static member GetDefaultCutoverPredicate :
type : Type -> Predicate<CondensedStats>
Parameters
- type
- Type: SystemType
Type of object being stored in a CondensedCollectionT.
Return Value
Type:
PredicateCondensedStatsDefault predicate used for the type.
See Also