Click or drag to resize

InPredicate Constructor (String, Object)

Initializes a new instance of the InPredicate class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public InPredicate(
	string attributeName,
	params Object[] values
)

Parameters

attributeName
Type: SystemString
values
Type: SystemObject
See Also