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()
Assembly: ItemChanger.dll
Syntax
public readonly struct SaveSettings
Constructors
|
Improve this Doc
View Source
SaveSettings(Settings)
Declaration
public SaveSettings(Settings value)
Parameters
Fields
|
Improve this Doc
View Source
Empty
Declaration
public static readonly SaveSettings Empty
Field Value
|
Improve this Doc
View Source
value
Declaration
public readonly Settings value
Field Value
Operators
|
Improve this Doc
View Source
Implicit(SaveSettings to Settings)
Declaration
public static implicit operator Settings(SaveSettings s)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(Settings to SaveSettings)
Declaration
public static implicit operator SaveSettings(Settings value)
Parameters
Returns
Extension Methods