Encog.App.Analyst.Script.AnalystScript.IsGenerated C# (CSharp) Method

IsGenerated() public method

Determine if the specified file was generated.
public IsGenerated ( String filename ) : bool
filename String The filename to check.
return bool
        public bool IsGenerated(String filename)
        {
            return _generated.Contains(filename);
        }