ITransactionalMapTKey, TValueKeySet Method (IPredicate)Hazelcast .Net Client Class Library
Transactional implementation of KeySet(IPredicate) .

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

ICollection<TKey> KeySet(
	IPredicate predicate
)

Parameters

predicate
Type: Hazelcast.CoreIPredicate

Return Value

Type: ICollectionTKey
See Also

Reference