Click or drag to resize

RegexPredicate Constructor (String, String)

Initializes a new instance of the RegexPredicate class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public RegexPredicate(
	string attributeName,
	string regex
)

Parameters

attributeName
Type: SystemString
regex
Type: SystemString
See Also