LibTmux.CapturedValue
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Snapshots/CapturedValue.cs
-
Holds the one child a snapshot captured for a relation, if it read it.
A relation that holds at most one child says so in its type. An uncaptured value is not an absent one: reading
Valuewhen the snapshot never looked throwsIncompleteSnapshotExceptionrather than answering null, so a caller cannot mistake unread state for absent state.
6 declared, 0 inherited
Members
- CapturedDepth property Gets the depth the owning snapshot reached.
- IsCaptured property Gets whether the snapshot read this relation.
- OrNull method Gets the captured child, or null when the snapshot never read it.
- Relation property Gets the relation name this instance carries.
- TryGetValue method Tries to read the captured child.
- Value property Gets the captured child.