Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GenericFactory
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