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