ATMLModelLibrary.model.test.TestResultIndictmentsIndictment.LoadFromFile C# (CSharp) Метод

LoadFromFile() публичный статический Метод

public static LoadFromFile ( string fileName, TestResultIndictmentsIndictment &obj ) : bool
fileName string
obj TestResultIndictmentsIndictment
Результат 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