Castle.DynamicProxy.Generators.InterfaceProxyWithoutTargetGenerator.InterfaceProxyWithoutTargetGenerator C# (CSharp) 메소드

InterfaceProxyWithoutTargetGenerator() 공개 메소드

public InterfaceProxyWithoutTargetGenerator ( ModuleScope scope, Type @interface ) : System
scope ModuleScope
@interface System.Type
리턴 System
		public InterfaceProxyWithoutTargetGenerator(ModuleScope scope, Type @interface) : base(scope, @interface)
		{
		}