Click or drag to resize

TryCastWorkerBaseTValue, TResult Class

Provide fluent notation for try-casting types and returning a result.
Inheritance Hierarchy

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public abstract class TryCastWorkerBase<TValue, TResult>
where TValue : class

Type Parameters

TValue
The type of the value.
TResult
The type of the result.

The TryCastWorkerBaseTValue, TResult type exposes the following members.

Properties
  NameDescription
Protected propertyInternalResult
Gets the result of the action of the first succeeded cast.
Protected propertyValue
Gets the value to cast.
Top
Methods
Extension Methods
See Also