C# 클래스 FS.DI.DynamicProxy.DynamicTypeProvider.DelegateDynamicTypeProvider

委托动态类型创建器
상속: IDynamicTypeProvider
파일 보기 프로젝트 열기: FarseerNet/Farseer.Net.DI

공개 메소드들

메소드 설명
CreateType ( Type parentType ) : Type
DelegateDynamicTypeProvider ( Type>.Func creator ) : FS.Extends

메소드 상세

CreateType() 공개 메소드

public CreateType ( Type parentType ) : Type
parentType System.Type
리턴 System.Type

DelegateDynamicTypeProvider() 공개 메소드

public DelegateDynamicTypeProvider ( Type>.Func creator ) : FS.Extends
creator Type>.Func
리턴 FS.Extends