LibTmux.CapturedRelation
.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/CapturedRelation.cs
-
Holds the children a snapshot captured for one relation.
An uncaptured relation is not an empty one. Enumerating a relation the snapshot never read throws instead of reporting zero children, so a caller cannot mistake unread state for absent state.
6 declared, 0 inherited
Members
- CapturedDepth property Gets the depth the owning snapshot reached.
- Count property
- GetEnumerator method
- IsCaptured property Gets whether the snapshot read this relation.
- OrEmpty method Returns the captured children, or an empty list when unread.
- Relation property Gets the relation name this instance carries.