AcTools.Utils.FileUtils.RestoreLater C# (CSharp) 메소드

RestoreLater() 공개 정적인 메소드

How should I call it?
public static RestoreLater ( string filename ) : IDisposable
filename string
리턴 IDisposable
        public static IDisposable RestoreLater(string filename) {
            return new RestorationWrapper(filename);
        }