C# Class Nett.TomlConfig

Mostra file Open project: paiden/Nett Class Usage Examples

Public Methods

Method Description
Create ( ) : TomlConfig
Create ( Action cfg ) : TomlConfig

Private Methods

Method Description
AddConverter ( ITomlConverter converter ) : void
GetActivatedInstance ( Type t ) : object
GetCommentLocation ( TomlComment c ) : TomlCommentLocation
GetSerializationProperties ( Type t ) : IEnumerable
GetTableType ( PropertyInfo pi ) : TomlTable.TableTypes
IsPropertyIgnored ( Type ownerType, PropertyInfo pi ) : bool
TomlConfig ( ) : System
TryGetConverter ( Type from, Type to ) : ITomlConverter
TryGetMappedType ( string key, PropertyInfo target ) : Type
TryGetMappingProperty ( Type t, string key ) : PropertyInfo
TryGetToTomlConverter ( Type fromType ) : ITomlConverter

Method Details

Create() public static method

public static Create ( ) : TomlConfig
return TomlConfig

Create() public static method

public static Create ( Action cfg ) : TomlConfig
cfg Action
return TomlConfig