Show / Hide Table of Contents

Class YamlNode

Inheritance
System.Object
YamlNode
YamlMappingNode
YamlScalarNode
YamlSequenceNode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Yaml
Assembly: AssetRipper.Yaml.dll
Syntax
public abstract class YamlNode

Properties

| Improve this Doc View Source

Anchor

Declaration
public string Anchor { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CustomTag

Declaration
public YamlTag CustomTag { get; set; }
Property Value
Type Description
YamlTag
| Improve this Doc View Source

IsIndent

Declaration
public abstract bool IsIndent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMultiline

Declaration
public abstract bool IsMultiline { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NodeType

Declaration
public abstract YamlNodeType NodeType { get; }
Property Value
Type Description
YamlNodeType
| Improve this Doc View Source

Stripped

Declaration
public bool Stripped { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Tag

Declaration
public string Tag { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾