Show / Hide Table of Contents

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 Source

SerializedVersionName

Declaration
public const string SerializedVersionName = "serializedVersion"
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

AddSerializedVersion(YamlMappingNode, Int32)

Declaration
public static void AddSerializedVersion(this YamlMappingNode _this, int version)
Parameters
Type Name Description
YamlMappingNode _this
System.Int32 version
| Improve this Doc View Source

ForceAddSerializedVersion(YamlMappingNode, Int32)

Declaration
public static void ForceAddSerializedVersion(this YamlMappingNode _this, int version)
Parameters
Type Name Description
YamlMappingNode _this
System.Int32 version
| Improve this Doc View Source

InsertSerializedVersion(YamlMappingNode, Int32)

Declaration
public static void InsertSerializedVersion(this YamlMappingNode _this, int version)
Parameters
Type Name Description
YamlMappingNode _this
System.Int32 version
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾