Class NodeOptions
- Namespace
- Codebelt.Extensions.YamlDotNet
- Assembly
- Codebelt.Extensions.YamlDotNet.dll
Configuration options for EmitterExtensions.
public class NodeOptions : IParameterObject
- Inheritance
-
ObjectNodeOptions
- Implements
- Derived
Constructors
NodeOptions()
Initializes a new instance of the NodeOptions class.
public NodeOptions()
Remarks
The following table shows the initial property values for an instance of NodeOptions.
Property | Initial Value |
---|---|
Anchor | YamlDotNet.Core.AnchorName.Empty |
Tag | YamlDotNet.Core.TagName.Empty |
Properties
Anchor
Gets or sets the anchor.
public AnchorName Anchor { get; set; }
Property Value
- AnchorName
The anchor.
Tag
Gets or sets the tag.
public TagName Tag { get; set; }
Property Value
- TagName
The tag.