ATMLModelLibrary.model.test.TestResultIndictmentsIndictment.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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