System.Yaml.YamlScalar.YamlScalar C# (CSharp) Méthode

YamlScalar() public méthode

Create empty string node.
public YamlScalar ( ) : System.Text.RegularExpressions
Résultat System.Text.RegularExpressions
        public YamlScalar()
        {
            Tag = ExpandTag("!!str"); Value = "";
        }

Same methods

YamlScalar::YamlScalar ( DateTime value ) : System.Text.RegularExpressions
YamlScalar::YamlScalar ( bool value ) : System.Text.RegularExpressions
YamlScalar::YamlScalar ( double value ) : System.Text.RegularExpressions
YamlScalar::YamlScalar ( int value ) : System.Text.RegularExpressions
YamlScalar::YamlScalar ( string value ) : System.Text.RegularExpressions
YamlScalar::YamlScalar ( string tag, string value ) : System.Text.RegularExpressions