# LibTmux.Workspace.WorkspaceResult.Deconstruct

- **Module:** LibTmux.Workspace.WorkspaceResult
- **Package:** LibTmux.Workspace
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Workspace/WorkspaceResult.cs#L88
- **Page:** https://libtmux.org/en/dotnet/latest/workspace/reference/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.
