Show / Hide Table of Contents

Struct YamlTag

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AssetRipper.Yaml
Assembly: AssetRipper.Yaml.dll
Syntax
public readonly struct YamlTag

Constructors

| Improve this Doc View Source

YamlTag(String, String)

Declaration
public YamlTag(string handle, string content)
Parameters
Type Name Description
System.String handle
System.String content

Properties

| Improve this Doc View Source

Content

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

Handle

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

IsEmpty

Declaration
public readonly bool IsEmpty { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

ToHeaderString()

Declaration
public readonly string ToHeaderString()
Returns
Type Description
System.String
| Improve this Doc View Source

ToString()

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