Class YamlArrayExtensions
Inheritance
System.Object
YamlArrayExtensions
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.Extensions
Assembly: AssetRipper.Yaml.dll
Syntax
public static class YamlArrayExtensions
Fields
| Improve this Doc View SourceTypelessdataName
Declaration
public const string TypelessdataName = "_typelessdata"
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddTypelessData(YamlMappingNode, String, IReadOnlyList<Byte>)
Declaration
public static void AddTypelessData(this YamlMappingNode mappingNode, string name, IReadOnlyList<byte> data)
Parameters
Type | Name | Description |
---|---|---|
YamlMappingNode | mappingNode | |
System.String | name | |
IReadOnlyList<System.Byte> | data |