YamlDotNet.Core : YamlDotNet.Core Namespace

TagDirectiveCollection Class

Collection of YamlDotNet.Core.Tokens.TagDirective.

public class TagDirectiveCollection : System.Collections.ObjectModel.KeyedCollection<string, YamlDotNet.Core.Tokens.TagDirective>

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Members

See Also: Inherited members from System.Collections.ObjectModel.KeyedCollection<string, YamlDotNet.Core.Tokens.TagDirective>.

Public Constructors

Public Methods

Contains (YamlDotNet.Core.Tokens.TagDirective) : bool
Gets a value indicating whether the collection contains a directive with the same handle

Protected Methods

Member Details

TagDirectiveCollection Constructor

Initializes a new instance of the YamlDotNet.Core.TagDirectiveCollection class.

public TagDirectiveCollection ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

TagDirectiveCollection Constructor

Initializes a new instance of the YamlDotNet.Core.TagDirectiveCollection class.

public TagDirectiveCollection (IEnumerable<YamlDotNet.Core.Tokens.TagDirective> tagDirectives)

Parameters

tagDirectives
Initial content of the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

Contains Method

Gets a value indicating whether the collection contains a directive with the same handle

public bool Contains (YamlDotNet.Core.Tokens.TagDirective directive)

Parameters

directive
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326

GetKeyForItem Method

protected override string GetKeyForItem (YamlDotNet.Core.Tokens.TagDirective item)

Parameters

item
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: YamlDotNet.Core
Assembly: YamlDotNet.Core (in YamlDotNet.Core.dll)
Assembly Versions: 0.2.3385.42326