YamlDotNet.Core : YamlDotNet.Core.Tokens Namespace

FlowMappingEnd Class

Represents a flow mapping end token.

public class FlowMappingEnd : Token

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from Token.

Public Constructors

Initializes a new instance of the YamlDotNet.Core.Tokens.FlowMappingEnd class.
Initializes a new instance of the YamlDotNet.Core.Tokens.FlowMappingEnd class.

Member Details

FlowMappingEnd Constructor

Initializes a new instance of the YamlDotNet.Core.Tokens.FlowMappingEnd class.

public FlowMappingEnd ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

FlowMappingEnd Constructor

Initializes a new instance of the YamlDotNet.Core.Tokens.FlowMappingEnd class.

public FlowMappingEnd (YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end)

Parameters

start
The start position of the token.
end
The end position of the token.

Remarks

Documentation for this section has not yet been entered.

Requirements

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