C# Class FS.DI.DynamicProxy.DynamicTypeProvider.DefaultDynamicTypeProvider

默认动态类型创建器
Inheritance: IDynamicTypeProvider
Mostra file Open project: FarseerNet/Farseer.Net.DI

Public Methods

Method Description
CreateType ( Type parentType ) : Type

创建动态类型

Method Details

CreateType() public method

创建动态类型
public CreateType ( Type parentType ) : Type
parentType System.Type
return System.Type