Overrides how nested block collections are emitted for items in block sequences written by the attributed member.
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public sealed class YamlBlockSequenceItemStyleAttribute : YamlAttribute
Apply this attribute to a property or field whose value may contain block sequences. The override is scoped to the serialization of that member value and affects nested mappings and sequences encountered below it.
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlBlockSequenceItemStyleAttribute()Initializes a new instance of the YamlBlockSequenceItemStyleAttribute class.YamlBlockSequenceItemStyleAttribute(YamlSequenceItemStyle)Initializes a new instance of the YamlBlockSequenceItemStyleAttribute class with a mapping style override.MappingStyleGets or sets the style to use for mappings that are items in block sequences.SequenceStyleGets or sets the style to use for sequences that are items in block sequences.