An abstraction that represents a sequence of values held under the umbrella of a variadic input / output parameter.

Since at the time of constructing input parameters or decoding output parameters, the length is known, this TypedValue behaves similar to a List.

Hierarchy (view full)

Constructors

Properties

items: TypedValue[]
ClassName: string = "VariadicValue"

Methods