[]
Returns the result of the operator applied to the operand.
public abstract object Evaluate(object arg)
Public MustOverride Function Evaluate(arg As Object) As Object
| Type | Name | Description |
|---|---|---|
| object | arg | Operand for the operator evaluation |
| Type | Description |
|---|---|
| object | Result of the operator applied to the operand |