C# Class Yaml.Boolean

Class for storing a Yaml Boolean node tag:yaml.org,2002:bool
Inheritance: Scalar
Afficher le fichier Open project: rs-services/RightGridWindowsImplementation

Méthodes publiques

Méthode Description
Boolean ( ParseStream stream ) : System

Parse boolean

Boolean ( bool val ) : System

New boolean

ToString ( ) : string

To String

Méthodes protégées

Méthode Description
Write ( WriteStream stream ) : void

Write to YAML

Method Details

Boolean() public méthode

Parse boolean
public Boolean ( ParseStream stream ) : System
stream ParseStream
Résultat System

Boolean() public méthode

New boolean
public Boolean ( bool val ) : System
val bool
Résultat System

ToString() public méthode

To String
public ToString ( ) : string
Résultat string

Write() protected méthode

Write to YAML
protected Write ( WriteStream stream ) : void
stream WriteStream
Résultat void