Interface IQuery<T>
Interface IQuery
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public interface IQuery<T> : IQuery
Type Parameters
Name | Description |
---|---|
T |
Properties
Result
Gets or sets the result.
Declaration
T Result { get; set; }
Property Value
Type | Description |
---|---|
T | The result. |