Click or drag to resize

ITransactionalMap<TKey, TValue>.KeySet Method (IPredicate)

Transactional implementation of KeySet(IPredicate) .

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
ICollection<TKey> KeySet(
	IPredicate predicate
)

Parameters

predicate
Type: Hazelcast.Core.IPredicate

Return Value

Type: ICollection<TKey>
See Also