CxStatementDebug

Description

sealed class Tinman.Core.Cx.Statements.CxStatementDebug

Derived from

CxStatement abstract
ICxStatementsContainer

A region with zero or more statements that are executed sequentially when in DEBUG mode:

#if DEBUG
  a = 1;
  b = 2;
  ...
#endif

ICxStatementsContainer.Statements returns the statements in this debug region.

Public / Constructors

Cx​Statement​Debug

2 overloads


public constructor CxStatementDebug1 → ()

Creates a new instance of CxStatementDebug.


public constructor CxStatementDebug2 → (1)

statements in : IBagConst<CxStatement>

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

Creates a new instance of CxStatementDebug.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.