CallResult(TResult).Empty Property

Tungsten Suite

CallResultTResultEmpty Property

Provides a new instance of an uninitialized CallResult<TResult>

Namespace:  W
Assembly:  Tungsten.CallResult (in Tungsten.CallResult.dll) Version: 2.0.0
Syntax
C#
public static CallResult<TResult> Empty { get; }

Property Value

Type: CallResultTResult
See Also