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 SourceYamlTag(String, String)
Declaration
public YamlTag(string handle, string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | handle | |
System.String | content |
Properties
| Improve this Doc View SourceContent
Declaration
public readonly string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
Handle
Declaration
public readonly string Handle { get; }
Property Value
Type | Description |
---|---|
System.String |
IsEmpty
Declaration
public readonly bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToHeaderString()
Declaration
public readonly string ToHeaderString()
Returns
Type | Description |
---|---|
System.String |
ToString()
Declaration
public override readonly string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()