Click or drag to resize

ITransactionalMapTKey, TValueKeySet Method (IPredicate)

Transactional implementation of KeySet(IPredicate) .

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

Parameters

predicate
Type: Hazelcast.CoreIPredicate

Return Value

Type: ICollectionTKey
See Also