Table of Contents

Delegate CastFunc<TFrom, TTo>

Namespace
Rinku.Mapping.Conversion
Assembly
Rinku.dll

A conversion that writes its result through the out parameter and returns whether it succeeded.

public delegate bool CastFunc<TFrom, TTo>(TFrom value, out TTo result)

Parameters

value TFrom
A conversion that writes its result through the out parameter and returns whether it succeeded.
result TTo
A conversion that writes its result through the out parameter and returns whether it succeeded.

Returns

bool
A conversion that writes its result through the out parameter and returns whether it succeeded.

Type Parameters

TFrom
TTo
Extension Methods