Show / Hide Table of Contents

Interface TomlSettings.IMappingBuilder<TCustom>

Namespace: Nett
Assembly: Nett.dll
Syntax
public interface IMappingBuilder<TCustom>
Type Parameters
Name Description
TCustom

Methods

| Improve this Doc View Source

ToKey(String)

Declaration
TomlSettings.ITypeSettingsBuilder<TCustom> ToKey(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
TomlSettings.ITypeSettingsBuilder<TCustom>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX