AGS.CScript.Compiler.Preprocessor.Preprocessor C# (CSharp) Method

Preprocessor() private method

private Preprocessor ( string applicationVersion ) : System
applicationVersion string
return System
        internal Preprocessor(string applicationVersion)
        {
            _applicationVersion = applicationVersion;
        }