CxStatementSimple Description sealed class Tinman.Core.Cx.Statements.CxStatementSimple Derived from CxStatement abstract A simple statement that is represented by a single keyword: break; continue; Public / Constants Break [ShutdownSurvive] public static readonly attribute Break → (CxStatementSimple) A statement that breaks out of the innermost loop. Continue [ShutdownSurvive] public static readonly attribute Continue → (CxStatementSimple) A statement that skips to the end of the current loop iteration. Public / Constructors ForKeyword public static method ForKeyword → (1) keyword in : string The statement keyword, see Keyword. returns → CxStatementSimple The CxStatementSimple object or null if keyword in is not a statement keyword. Returns the CxStatementSimple object for the given statement keyword. Public / Attributes Keyword [Constant] public attribute Keyword → (get) value : string [not-empty] The keyword. Returns the statement keyword. CxStatementReturn CxStatementSwitch