Dev2.DynamicServices.Validator.Compile C# (CSharp) Method

Compile() public method

public Compile ( ) : bool
return bool
        public override bool Compile()
        {
            return true;
        }
    }