| RegexPredicate Constructor (String, String) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public RegexPredicate(
string attributeName,
string regex
)
Public Sub New (
attributeName As String,
regex As String
)
public:
RegexPredicate(
String^ attributeName,
String^ regex
)
new :
attributeName : string *
regex : string -> RegexPredicate
Parameters
- attributeName
- Type: SystemString
- regex
- Type: SystemString
See Also