TagDirectiveCollection(IEnumerable) Constructor

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Initializes a new instance of the TagDirectiveCollection class.

public TagDirectiveCollection(IEnumerable<TagDirective> tagDirectives)

Parameters

tagDirectives
IEnumerable<TagDirective>

Initial content of the collection.