| PredicatesInstanceOf Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static InstanceofPredicate InstanceOf(
string fullJavaClassName
)
Public Shared Function InstanceOf (
fullJavaClassName As String
) As InstanceofPredicate
public:
static InstanceofPredicate^ InstanceOf(
String^ fullJavaClassName
)
static member InstanceOf :
fullJavaClassName : string -> InstanceofPredicate
Parameters
- fullJavaClassName
- Type: SystemString
Return Value
Type:
InstanceofPredicateSee Also