Show / Hide Table of Contents

Struct SaveSettings

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public readonly struct SaveSettings

Constructors

| Improve this Doc View Source

SaveSettings(Settings)

Declaration
public SaveSettings(Settings value)
Parameters
Type Name Description
Settings value

Fields

| Improve this Doc View Source

Empty

Declaration
public static readonly SaveSettings Empty
Field Value
Type Description
SaveSettings
| Improve this Doc View Source

value

Declaration
public readonly Settings value
Field Value
Type Description
Settings

Operators

| Improve this Doc View Source

Implicit(SaveSettings to Settings)

Declaration
public static implicit operator Settings(SaveSettings s)
Parameters
Type Name Description
SaveSettings s
Returns
Type Description
Settings
| Improve this Doc View Source

Implicit(Settings to SaveSettings)

Declaration
public static implicit operator SaveSettings(Settings value)
Parameters
Type Name Description
Settings value
Returns
Type Description
SaveSettings

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX