VarArgFunction Class
Base class for UX functions that accept a variable number of arguments.
Derived classes must override exaclty one of either OnNewPartialArguments
or OnNewArguments
.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Interface of VarArgFunction
FormatString(string) : string uno
Can be called by ToString
with a function name to do standard formatting of the arguments
VarArgFunction Constructor uno
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