On this page
LibTmux.CapturedRelation
- 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.
9 declared, 0 inherited
Members
- Capture method
- CapturedRelation method
- GetEnumerator method
- OrEmpty method Returns the captured children, or an empty list when unread.
- Uncaptured method
- CapturedDepth property Gets the depth the owning snapshot reached.
- Count property
- IsCaptured property Gets whether the snapshot read this relation.
- Relation property Gets the relation name this instance carries.