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


public attribute Semantic → (get,set)

value : int32

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

The semantic of the parameter value.