ATML1671Translator.model.instruments.LoadFromFile C# (CSharp) 메소드

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName, instruments &obj ) : bool
fileName string
obj instruments
리턴 bool
        public static bool LoadFromFile(string fileName, out instruments obj)
        {
            Exception exception;
            return LoadFromFile(fileName, out obj, out exception);
        }

Same methods

instruments::LoadFromFile ( string fileName, instruments &obj, Exception &exception ) : bool
instruments::LoadFromFile ( string fileName ) : instruments