IValueResult<TValue> Interface
Namespace: PTS.Modules.ResultComponent
Assembly: PTS.Modules.ResultComponent.dll
Syntax
public interface IValueResult<TValue> : IResult
Type Parameters
Name | Description |
---|---|
TValue |
Properties
Value
Declaration
TValue Value { get; }
Property Value
Type | Description |
---|---|
TValue |