active


Description:

public bool active { get; set; }

Specifies whether this symbol is active.

Symbols may become inactive when they only apply to a part of a scope. This is used for local variables not declared at the beginning of the block to determine which variables need to be freed before jump statements.