ATMLModelLibrary.model.common.octalArrayElement.LoadFromFile C# (CSharp) 메소드

LoadFromFile() 공개 정적인 메소드

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

Same methods

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