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

LoadFromFile() public static method

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

Same methods

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