Skip to main content

Const

Const is used in FB FC OB as protected static section. Symbol from it can be used in building logic.

public class Const : ConstDynamicSection
{
public Const(object parent) : base(parent)
{
}
[LiteralConstant]
public SimpleCodeSymbol<Bool> Const1 { get; private set; }
}
tip

Each properties must be decorated by attribute Literal Const.