Show / Hide Table of Contents

Struct SaveSettings

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

Constructors

View Source

SaveSettings(Settings)

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

Fields

View Source

Empty

Declaration
public static readonly SaveSettings Empty
Field Value
Type Description
SaveSettings
View Source

value

Declaration
public readonly Settings value
Field Value
Type Description
Settings

Operators

View Source

implicit operator Settings(SaveSettings)

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

implicit operator SaveSettings(Settings)

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

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX