# LibTmux.TmuxOptions.BuildUnsetArguments

- **Module:** LibTmux.TmuxOptions
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Options/TmuxOptions.cs#L170
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxoptions-buildunsetarguments/

```
LibTmux.TmuxOptions.BuildUnsetArguments(request: UnsetOptionRequest) -> List<string>
```

Builds the arguments an unset request sends.

Like setting, this stays on the options handle: which scope flags and
target tmux receives follow from the handle rather than the request.
