Interface IArgument
Definition
Namespace: StardewUI.Framework.Dom
Assembly: StardewUI.dll
An argument to a method call, e.g. as used in an IEvent.
Members
Properties
Name | Description |
---|---|
ContextRedirect | Specifies the redirect to use for a context binding, if one was specified and if the Type is ContextBinding. |
Expression | The argument value or binding path, not including punctuation such as quotes or prefixes. |
Type | The type of argument, indicating how it is to be evaluated in any method calls. |
Methods
Name | Description |
---|---|
Print(StringBuilder) | Prints the textual representation of this argument. |
Details
Properties
ContextRedirect
Specifies the redirect to use for a context binding, if one was specified and if the Type is ContextBinding.
Property Value
Expression
The argument value or binding path, not including punctuation such as quotes or prefixes.
Property Value
Type
The type of argument, indicating how it is to be evaluated in any method calls.
Property Value
Methods
Print(StringBuilder)
Prints the textual representation of this argument.
Parameters
sb
StringBuilder
Builder to receive the argument's text output.