Class CodeBreakStatement
Inherited Members
Namespace: Ludiq.CodeDom
Syntax
public sealed class CodeBreakStatement : CodeStatement
Properties
IsBlock
Declaration
public override bool IsBlock { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
IsTerminator
Declaration
public override bool IsTerminator { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
Methods
EmitInner(CodeEmitter)
Declaration
protected override void EmitInner(CodeEmitter emitter)
Parameters
| Type | Name | Description |
|---|---|---|
| CodeEmitter | emitter |