Class LegacyScriptFunctionBase<T>
Implements
Inherited Members
Namespace: EyeAuras.Scripting.UserSpace
Assembly: EyeAuras.Scripting.dll
Syntax
public abstract class LegacyScriptFunctionBase<T> : LegacyScriptExecutorBase, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ILegacyScriptFunction<T>, ILegacyScriptExecutor, IDisposable, INotifyPropertyChanged
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
LegacyScriptFunctionBase() |
Methods
Name | Description |
---|---|
Execute() | |
ExecuteInternal(CancellationToken) |