CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ GetValue< TResult >() [1/7]

static TResult Cqrs.Repositories.Queries.QueryPredicateExtensions.GetValue< TResult > ( this KeyValuePair< string, object >  keyValuePair)
static

Gets the value from the provided keyValuePair cast to TResult .

Gets the KeyValuePair<TKey,TValue>.Value from the provided keyValuePair cast to TResult .