Method | Description | |
---|---|---|
GetFactory ( Type t ) : Func |
Gets factory to create instance of type using the public parameterless ctor. Use it when you want to create many instances of the same type in different objects Aprox, 1.3x faster than Activator, almost as fast a manual if you cache and reuse the delegate
|
Method | Description | |
---|---|---|
TypeFactory ( ) : System.Collections.Generic |