-
Home
-
API
-
SharpYaml
-
YamlSequenceItemStyle
YamlSequenceItemStyle Enum
Definition
Specifies how a nested block collection is emitted when it appears as an item in a block sequence.
public enum YamlSequenceItemStyle
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (3)
CompactEmit the nested collection's first item on the same line as the sequence dash when possible.
DefaultUse the current serializer default for the nested collection kind.
ExpandedEmit the nested collection on lines following the sequence dash.