# LibTmux.Query.QueryExtensions

- **Module:** LibTmux.Query
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Query/QueryExtensions.cs#L13
- **Page:** https://libtmux.org/reference/dotnet/libtmux-query-queryextensions/

Translates, compiles, and applies declarative query predicates.

The same predicate translates to the portable document and compiles to an
in-memory delegate, so its stored form and local interpretation share one
meaning.

## Members

- `Translate` (method) — Translates an expression into a wire document.
- `Compile` (method) — Compiles a document into an in-memory predicate.
- `Matching` (method) — Filters a snapshot with a declarative predicate.
