Interface ILegacyScriptFunction<T, TResult>
Inherited Members
Namespace: EyeAuras.Scripting.Scaffolding
Assembly: EyeAuras.Scripting.dll
Syntax
public interface ILegacyScriptFunction<in T, TResult> : ILegacyScriptExecutor, IDisposable, INotifyPropertyChanged
Type Parameters
Name | Description |
---|---|
T | |
TResult |
Methods
Name | Description |
---|---|
Execute(T) |