Class YamlSerializedVersionExtensions
Inheritance
System.Object
YamlSerializedVersionExtensions
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 YamlSerializedVersionExtensions
Fields
| Improve this Doc View SourceSerializedVersionName
Declaration
public const string SerializedVersionName = "serializedVersion"
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddSerializedVersion(YamlMappingNode, Int32)
Declaration
public static void AddSerializedVersion(this YamlMappingNode _this, int version)
Parameters
Type | Name | Description |
---|---|---|
YamlMappingNode | _this | |
System.Int32 | version |
ForceAddSerializedVersion(YamlMappingNode, Int32)
Declaration
public static void ForceAddSerializedVersion(this YamlMappingNode _this, int version)
Parameters
Type | Name | Description |
---|---|---|
YamlMappingNode | _this | |
System.Int32 | version |
InsertSerializedVersion(YamlMappingNode, Int32)
Declaration
public static void InsertSerializedVersion(this YamlMappingNode _this, int version)
Parameters
Type | Name | Description |
---|---|---|
YamlMappingNode | _this | |
System.Int32 | version |