Show / Hide Table of Contents

Class YamlScalarNode

Inheritance
System.Object
YamlNode
YamlScalarNode
Inherited Members
YamlNode.Tag
YamlNode.CustomTag
YamlNode.Anchor
YamlNode.Stripped
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)
Namespace: AssetRipper.Yaml
Assembly: AssetRipper.Yaml.dll
Syntax
public abstract class YamlScalarNode : YamlNode

Properties

| Improve this Doc View Source

IsIndent

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

IsMultiline

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

NodeType

Declaration
public sealed override YamlNodeType NodeType { get; }
Property Value
Type Description
YamlNodeType
Overrides
YamlNode.NodeType
| Improve this Doc View Source

Style

Declaration
public virtual ScalarStyle Style { get; }
Property Value
Type Description
ScalarStyle
| Improve this Doc View Source

Value

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

Value

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

Value

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

Value

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

Value

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

Value

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

Value

Declaration
public override string Value { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Create(Utf8String)

Declaration
public static YamlScalarNode Create(Utf8String value)
Parameters
Type Name Description
AssetRipper.Primitives.Utf8String value
Returns
Type Description
YamlScalarNode
| Improve this Doc View Source

Create(Boolean)

Declaration
public static YamlScalarNode Create(bool value)
Parameters
Type Name Description
System.Boolean value
Returns
Type Description
YamlScalarNode
| Improve this Doc View Source

Create(String)

Declaration
public static YamlScalarNode Create(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
YamlScalarNode
| Improve this Doc View Source

Create<T>(T)

Declaration
public static YamlScalarNode Create<T>(T value)
    where T : struct, INumber<T>, IConvertible
Parameters
Type Name Description
T value
Returns
Type Description
YamlScalarNode
Type Parameters
Name Description
T
| Improve this Doc View Source

CreateHex(IReadOnlyList<Boolean>)

Declaration
public static YamlScalarNode CreateHex(IReadOnlyList<bool> list)
Parameters
Type Name Description
IReadOnlyList<System.Boolean> list
Returns
Type Description
YamlScalarNode
| Improve this Doc View Source

CreateHex(IReadOnlyList<Char>)

Declaration
public static YamlScalarNode CreateHex(IReadOnlyList<char> list)
Parameters
Type Name Description
IReadOnlyList<System.Char> list
Returns
Type Description
YamlScalarNode
| Improve this Doc View Source

CreateHex<T>(T)

Declaration
public static YamlScalarNode CreateHex<T>(T value)
    where T : IBinaryFloatingPointIeee754<T>
Parameters
Type Name Description
T value
Returns
Type Description
YamlScalarNode
Type Parameters
Name Description
T
| Improve this Doc View Source

CreateHex<T>(IReadOnlyList<T>)

Declaration
public static YamlScalarNode CreateHex<T>(IReadOnlyList<T> list)
    where T : struct, INumber<T>
Parameters
Type Name Description
IReadOnlyList<T> list
Returns
Type Description
YamlScalarNode
Type Parameters
Name Description
T
| Improve this Doc View Source

ToString()

Declaration
public sealed override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾