Interface IAsyncBuildTask<T>
An asynchronous build task
Inherited Members
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public interface IAsyncBuildTask<T> : IAsyncBuildTask
Type Parameters
Name | Description |
---|---|
T | The result type |
Properties
| Edit this page View SourceResult
The result of the task
Declaration
T Result { get; set; }
Property Value
Type | Description |
---|---|
T |