CSMSL.IO.MzML.SelectedIonListType.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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