Class Yaml
Assembly: solution.dll
Syntax
Constructors
Yaml(string, string)
Declaration
public Yaml(string yaml, string packageFilePath)
Parameters
Properties
Boolean
Declaration
public bool Boolean { get; }
Property Value
Elements
Declaration
public IEnumerable<Yaml> Elements { get; }
Property Value
ElementsIfPresent
Declaration
public IEnumerable<Yaml> ElementsIfPresent { get; }
Property Value
FloatingPoint
Declaration
public float FloatingPoint { get; }
Property Value
IfPresent
Declaration
public Yaml IfPresent { get; }
Property Value
Integer
Declaration
public int Integer { get; }
Property Value
IsBoolean
Declaration
public bool IsBoolean { get; }
Property Value
IsFloatingPoint
Declaration
public bool IsFloatingPoint { get; }
Property Value
IsInteger
Declaration
public bool IsInteger { get; }
Property Value
IsMapping
Declaration
public bool IsMapping { get; }
Property Value
IsNull
Declaration
public bool IsNull { get; }
Property Value
IsPresent
Declaration
public bool IsPresent { get; }
Property Value
IsSequence
Declaration
public bool IsSequence { get; }
Property Value
IsString
Declaration
public bool IsString { get; }
Property Value
this[string]
Declaration
public Yaml this[string key] { get; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
Key
Declaration
public string Key { get; }
Property Value
Members
Declaration
public IEnumerable<Yaml> Members { get; }
Property Value
MembersIfPresent
Declaration
public IEnumerable<Yaml> MembersIfPresent { get; }
Property Value
Path
Declaration
public string Path { get; }
Property Value
String
Declaration
public string String { get; }
Property Value
Methods
Encode(string)
Declaration
public static string Encode(string str)
Parameters
Type |
Name |
Description |
string |
str |
|
Returns