Constant


Description:

public Constant (string name, DataType? type_reference, Expression? value, SourceReference? source_reference = null, Comment? comment = null)

Creates a new constant.

Parameters:

name

constant name

type_reference

constant type

value

constant value

source_reference

reference to source code

Returns:

newly created constant