TResult Handle(
[NotNullAttribute] TQuery query
)
Function Handle (
<NotNullAttribute> query As TQuery
) As TResult
TResult Handle(
[NotNullAttribute] TQuery query
)
abstract Handle :
[<NotNullAttribute>] query : 'TQuery -> 'TResult