| PredicateExtIn Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static InPredicate In(
this PredicateProperty predicateProperty,
params Object[] values
)
<ExtensionAttribute>
Public Shared Function In (
predicateProperty As PredicateProperty,
ParamArray values As Object()
) As InPredicate
public:
[ExtensionAttribute]
static InPredicate^ In(
PredicateProperty^ predicateProperty,
... array<Object^>^ values
)
[<ExtensionAttribute>]
static member In :
predicateProperty : PredicateProperty *
values : Object[] -> InPredicate
Parameters
- predicateProperty
- Type: Hazelcast.CorePredicateProperty
- values
- Type: SystemObject
Return Value
Type:
InPredicateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
PredicateProperty. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also