 | ITransactionalMap<TKey, TValue>.KeySet Method (IPredicate) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
SyntaxICollection<TKey> KeySet(
IPredicate predicate
)
Function KeySet (
predicate As IPredicate
) As ICollection(Of TKey)
ICollection<TKey>^ KeySet(
IPredicate^ predicate
)
abstract KeySet :
predicate : IPredicate -> ICollection<'TKey>
Parameters
- predicate
- Type: Hazelcast.Core.IPredicate
Return Value
Type:
ICollection<TKey>
See Also