ICxSemanticContainer

Description

interface Tinman.Core.Cx.ICxSemanticContainer

Extended by

CxArgument sealed
CxParameter sealed

Base interface for nodes that have in/out/ref parameter value semantics.

Public / Attributes

Semantic


[Constant]
public attribute Semantic → (get)

value : int32

< 0 : the argument is only written to (keyword out)
= 0 : the argument is read from and written to (keyword ref)
> 0 : the argument is only read from (no keyword)

Returns the semantic of the argument.