FastQuant.DataFileManager.DataFileManager C# (CSharp) Method

DataFileManager() public method

public DataFileManager ( string path ) : System
path string
return System
        public DataFileManager(string path)
        {
            this.path = path;
            this.smanager.AddDefaultStreamers();
        }