Show / Hide Table of Contents

Class TomlSettings

Inheritance
System.Object
TomlSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nett
Assembly: Nett.dll
Syntax
public sealed class TomlSettings

Methods

| Improve this Doc View Source

Create()

Declaration
public static TomlSettings Create()
Returns
Type Description
TomlSettings
| Improve this Doc View Source

Create(Action<TomlSettings.ITomlSettingsBuilder>)

Declaration
public static TomlSettings Create(Action<TomlSettings.ITomlSettingsBuilder> cfg)
Parameters
Type Name Description
System.Action<TomlSettings.ITomlSettingsBuilder> cfg
Returns
Type Description
TomlSettings
  • Improve this Doc
  • View Source
Back to top Generated by DocFX