MzIdentML.SpecificityRulesType.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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