Click or drag to resize

NotPredicate Constructor (IPredicate)

Initializes a new instance of the NotPredicate class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public NotPredicate(
	IPredicate predicate
)

Parameters

predicate
Type: Hazelcast.CoreIPredicate
See Also