WithInitializer

Marker interface that runs initializer of configuration context.

Members

Functions

initialize
void initialize(Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(Context context, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(Context context, Convertor convertor, string path, TypeInfo to)
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

Initializer

an initializer of context.

Meta