Interface IResult<T>
Namespace: ISynergy.Framework.Core.Abstractions
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IResult<out T> : IResult
Type Parameters
Name | Description |
---|---|
T |
Properties
View SourceData
Declaration
T Data { get; }
Property Value
Type | Description |
---|---|
T |