CSMSL.IO.MzML.IndexListType.LoadFromFile C# (CSharp) Méthode

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, IndexListType &obj ) : bool
fileName string
obj IndexListType
Résultat bool
        public static bool LoadFromFile(string fileName, out IndexListType obj)
        {
            System.Exception exception = null;
            return LoadFromFile(fileName, out obj, out exception);
        }

Same methods

IndexListType::LoadFromFile ( string fileName ) : IndexListType
IndexListType::LoadFromFile ( string fileName, IndexListType &obj, System &exception ) : bool