Artemis.Profiles.Layers.Models.LayerConditionModel.LayerConditionModel C# (CSharp) Method

LayerConditionModel() public method

public LayerConditionModel ( ) : System
return System
        public LayerConditionModel()
        {
            _interpreter = new Interpreter();
        }