Table of Contents

Delegate OutFunc<TResult>

Namespace
LfrlAnvil.Functional.Delegates
Assembly
LfrlAnvil.Functional.dll

Represents a delegate that returns bool and has a single out parameter of TResult type.

public delegate bool OutFunc<TResult>(out TResult result)

Parameters

result TResult
Represents a delegate that returns and has a single out parameter of TResult type.

Returns

bool
Represents a delegate that returns and has a single out parameter of TResult type.

Type Parameters

TResult

out parameter type.

Extension Methods