# LibTmux.CapturedValue.TryGetValue

- **Module:** LibTmux.CapturedValue
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Snapshots/CapturedValue.cs#L46
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-capturedvalue-trygetvalue/

```
LibTmux.CapturedValue.TryGetValue(value: T?) -> bool
```

Tries to read the captured child.

## Parameters

- `value` (T?): The child when the snapshot read it.

## Returns

<see langword="true" /> when the snapshot read it.
