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

委托动态类型创建器
Inheritance: IDynamicTypeProvider
Afficher le fichier Open project: FarseerNet/Farseer.Net.DI

Méthodes publiques

Méthode Description
CreateType ( Type parentType ) : Type
DelegateDynamicTypeProvider ( Type>.Func creator ) : FS.Extends

Method Details

CreateType() public méthode

public CreateType ( Type parentType ) : Type
parentType System.Type
Résultat System.Type

DelegateDynamicTypeProvider() public méthode

public DelegateDynamicTypeProvider ( Type>.Func creator ) : FS.Extends
creator Type>.Func
Résultat FS.Extends