C# Class Prebuild.Core.Parse.IfContext

Summary description for IfContext.
Show file Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method Description
IfContext ( bool active, bool keep, IfState state ) : System

Initializes a new instance of the IfContext class.

Method Details

IfContext() public method

Initializes a new instance of the IfContext class.
public IfContext ( bool active, bool keep, IfState state ) : System
active bool if set to true [active].
keep bool if set to true [keep].
state IfState The state.
return System