FlowStyleAllEmitter class
YAML emitter that forces all mappings and sequences to use flow style
public class FlowStyleAllEmitter : ChainedEventEmitter
| parameter | description |
|---|---|
| next | The next event emitter in the chain |
Public Members
| name | description |
|---|---|
| FlowStyleAllEmitter(…) | YAML emitter that forces all mappings and sequences to use flow style |
| override Emit(…) | Emit a mapping start event with flow style (2 methods) |
Remarks
Constructor
See Also
- namespace Kestrun.Utilities.Yaml