Interface INodeScript<T>
Represents a node script with a result value of type T
public interface INodeScript<out T> : INodeScript, IDisposable, IStorageModel, IPluginFeatureDependent
Type Parameters
TThe type of result value
- Inherited Members
Properties
Result
Gets the result of the script
T? Result { get; }
Property Value
- T