# LibTmux.Internal.SupportedAliases

- **Module:** LibTmux.Internal
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Compatibility/SupportedAliases.cs#L13
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-supportedaliases/

What the Python names became here.

Python libtmux kept older spellings alongside newer ones and warned when the
older was used. Nothing carries both spellings here, so a reader coming from
Python needs to be told which name replaced theirs rather than to find the
old one missing. The mapping is data so a test can hold it to the promise
that every name it lists has a replacement that exists.

## Members

- `PythonSymbolIds` (property) — Every Python name that has a replacement here.
- `Replacement` (method) — Names what replaced one Python symbol.
