ATML1671Translator.model.noun_modifiers.LoadFromFile C# (CSharp) Method

LoadFromFile() public static method

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

Same methods

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