Sep.Git.Tfs.Commands.CleanupWorkspaceLocal.CleanupWorkspaceLocal C# (CSharp) Method

CleanupWorkspaceLocal() public method

public CleanupWorkspaceLocal ( Globals globals, Sep.Git.Tfs.Commands.CleanupOptions cleanupOptions ) : System.Collections.Generic
globals Globals
cleanupOptions Sep.Git.Tfs.Commands.CleanupOptions
return System.Collections.Generic
        public CleanupWorkspaceLocal(Globals globals, CleanupOptions cleanupOptions)
        {
            _globals = globals;
            _cleanupOptions = cleanupOptions;
        }