FileParser.FileParser C# (CSharp) Method

FileParser() public method

public FileParser ( ) : System
return System
        public FileParser()
        {
        }

Same methods

FileParser::FileParser ( string fileName, ParsingParams prams, bool process, bool imported, string searchDirs, bool throwOnError ) : System
FileParser