C# Класс YamlDotNet.Core.Events.Scalar

Represents a scalar event.
Наследование: NodeEvent, IScalar
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Accept ( IParsingEventVisitor visitor ) : void

Invokes run-time type specific Visit() method of the specified visitor.

Scalar ( string value ) : System.Globalization

Initializes a new instance of the Scalar class.

Scalar ( string tag, string value ) : System.Globalization

Initializes a new instance of the Scalar class.

Scalar ( string anchor, string tag, string value ) : System.Globalization

Initializes a new instance of the Scalar class.

Scalar ( string anchor, string tag, string value, ScalarStyle style, bool isPlainImplicit, bool isQuotedImplicit ) : System.Globalization

Initializes a new instance of the Scalar class.

Scalar ( string anchor, string tag, string value, ScalarStyle style, bool isPlainImplicit, bool isQuotedImplicit, Mark start, Mark end ) : System.Globalization

Initializes a new instance of the Scalar class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Описание методов

Accept() публичный Метод

Invokes run-time type specific Visit() method of the specified visitor.
public Accept ( IParsingEventVisitor visitor ) : void
visitor IParsingEventVisitor visitor, may not be null.
Результат void

Scalar() публичный Метод

Initializes a new instance of the Scalar class.
public Scalar ( string value ) : System.Globalization
value string The value.
Результат System.Globalization

Scalar() публичный Метод

Initializes a new instance of the Scalar class.
public Scalar ( string tag, string value ) : System.Globalization
tag string The tag.
value string The value.
Результат System.Globalization

Scalar() публичный Метод

Initializes a new instance of the Scalar class.
public Scalar ( string anchor, string tag, string value ) : System.Globalization
anchor string
tag string
value string
Результат System.Globalization

Scalar() публичный Метод

Initializes a new instance of the Scalar class.
public Scalar ( string anchor, string tag, string value, ScalarStyle style, bool isPlainImplicit, bool isQuotedImplicit ) : System.Globalization
anchor string The anchor.
tag string The tag.
value string The value.
style ScalarStyle The style.
isPlainImplicit bool .
isQuotedImplicit bool .
Результат System.Globalization

Scalar() публичный Метод

Initializes a new instance of the Scalar class.
public Scalar ( string anchor, string tag, string value, ScalarStyle style, bool isPlainImplicit, bool isQuotedImplicit, Mark start, Mark end ) : System.Globalization
anchor string The anchor.
tag string The tag.
value string The value.
style ScalarStyle The style.
isPlainImplicit bool .
isQuotedImplicit bool .
start Mark The start position of the event.
end Mark The end position of the event.
Результат System.Globalization

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string