CxArgument

Description

sealed class Tinman.Core.Cx.Expressions.CxArgument

Represents an argument of an invocation:

value
out value
ref value

ICxExpressionContainer.Expression returns the value of this argument.

Public / Constructors

Cx​Argument


public constructor CxArgument → (2)

expression in : CxExpression

[not-null]
See ICxExpressionContainer.Expression.

semantic opt : int32 = 1

See ICxSemanticContainer.Semantic.

Creates a new instance of CxArgument.