FastQuant.DataFileManager.DataFileManager C# (CSharp) Méthode

DataFileManager() public méthode

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