C# Class GenericFactory, code

Datei anzeigen Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
GenericFactory ( IReadOnlyDictionary factories )
TryCreate ( key, option, &@object ) : bool

Method Details

GenericFactory() public method

public GenericFactory ( IReadOnlyDictionary factories )
factories IReadOnlyDictionary

TryCreate() public method

public TryCreate ( key, option, &@object ) : bool
return bool