CxStatementBlock

Description

sealed class Tinman.Core.Cx.Statements.CxStatementBlock

Derived from

CxStatement abstract
ICxStatementsContainer

A block with zero or more statements that are executed sequentially:

{
  a = 1;
  b = 2;
  ...
}

ICxStatementsContainer.Statements returns the statements in this block.

Public / Constructors

Cx​Statement​Block

2 overloads


public constructor CxStatementBlock1 → ()

Creates a new instance of CxStatementBlock.


public constructor CxStatementBlock2 → (1)

statements in : IBagConst<CxStatement>

The statement list or null for an empty list. See ICxStatementsContainer.Statements.

Creates a new instance of CxStatementBlock.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.