IMapTKey, TValueProjectTResult Method (IProjection)Hazelcast .Net Client Class Library
Applies the projection logic on all map entries and returns the result

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

ICollection<TResult> Project<TResult>(
	IProjection projection
)

Parameters

projection
Type: Hazelcast.CoreIProjection
Projection to transform the entries with. May return null. This must be serializable via hazelcast serialization and have a counterpart on server side.

Type Parameters

TResult
type of the result

Return Value

Type: ICollectionTResult
the result of the given type
See Also

Reference