Click or drag to resize

AndPredicate Constructor (IPredicate)

Initializes a new instance of the AndPredicate class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public AndPredicate(
	params IPredicate[] predicates
)

Parameters

predicates
Type: Hazelcast.CoreIPredicate
See Also