# LibTmux.Workspace.WorkspaceResult.Deconstruct

- **Module:** LibTmux.Workspace.WorkspaceResult
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux.Workspace/WorkspaceResult.cs#L88
- **Page:** https://libtmux.org/reference/dotnet/libtmux-workspace-workspaceresult-deconstruct/

```
LibTmux.Workspace.WorkspaceResult.Deconstruct(Session: Session, Windows: IReadOnlyList<Window>, Unsupported: IReadOnlyList<string>) -> void
```

Deconstructs the result into the built session, windows, and rejected layouts.

## Parameters

- `Session` (Session) — The session that was built.
- `Windows` (IReadOnlyList<Window>) — The windows, in workspace order.
- `Unsupported` (IReadOnlyList<string>) — The layouts tmux rejected.
