Show / Hide Table of Contents

Interface IConversionSettingsBuilder<TCustom, TToml>

Namespace: Nett
Assembly: Nett.dll
Syntax
public interface IConversionSettingsBuilder<TCustom, TToml>

    where TToml : TomlObject
Type Parameters
Name Description
TCustom
TToml

Methods

| Improve this Doc View Source

FromToml(Func<TToml, TCustom>)

Declaration
IConversionSettingsBuilder<TCustom, TToml> FromToml(Func<TToml, TCustom> convert)
Parameters
Type Name Description
System.Func<TToml, TCustom> convert
Returns
Type Description
IConversionSettingsBuilder<TCustom, TToml>
| Improve this Doc View Source

FromToml(Func<ITomlRoot, TToml, TCustom>)

Declaration
IConversionSettingsBuilder<TCustom, TToml> FromToml(Func<ITomlRoot, TToml, TCustom> convert)
Parameters
Type Name Description
System.Func<ITomlRoot, TToml, TCustom> convert
Returns
Type Description
IConversionSettingsBuilder<TCustom, TToml>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX