LinqUtils.CreateObjectCreatorFuncInstance Method |
Name | Description | |
---|---|---|
![]() ![]() | CreateObjectCreatorFuncInstance<TObject>() |
Creates the object creator func instance for instantiating objects of type TObject using the default constructor
|
![]() ![]() | CreateObjectCreatorFuncInstance<TObject>(ConstructorInfo) |
Creates the object creator func instance for instantiating objects of type TObject using the constructor passed in.
|