Table of Contents

Class NodeOptions

Namespace
Codebelt.Extensions.YamlDotNet
Assembly
Codebelt.Extensions.YamlDotNet.dll

Configuration options for EmitterExtensions.

public class NodeOptions : IParameterObject
Inheritance
Object
NodeOptions
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.

PropertyInitial Value
AnchorYamlDotNet.Core.AnchorName.Empty
TagYamlDotNet.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.