SimpleVarArgFunction Class
For VarArg functions that do not need a custom subscription and can work directly with the values of the arguments.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Interface of SimpleVarArgFunction
OnNewPartialArguments(Argument[], IListener) uno
SimpleVarArgFunction Constructor uno
Creates a new SimpleVarArgFunction
Inherited from VarArgFunction
Arguments : IList of Expression ux
FormatString(string) : string uno
Can be called by ToString
with a function name to do standard formatting of the arguments
Inherited from Expression
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
Subscribe(IContext, IListener) : IDisposable uno
See IExpression.Subscribe
for docs.
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Implemented Interfaces
IExpression uno
ISourceLocation uno
hide