# LibTmux.Internal.FormatProjection.Create

- **Module:** LibTmux.Internal.FormatProjection
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Materialization/FormatProjection.cs#L91
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-formatprojection-create/

```
LibTmux.Internal.FormatProjection.Create(listCommand: string, tmuxVersion: TmuxVersion) -> FormatProjection
```

Creates a projection for one list command and tmux version.

## Parameters

- `listCommand` (string) — A tmux <c>list-*</c> subcommand.
- `tmuxVersion` (TmuxVersion) — The running tmux version.

## Returns

The gated projection.
