Castle.DynamicProxy.Generators.InterfaceProxyWithoutTargetGenerator.InterfaceProxyWithoutTargetGenerator C# (CSharp) Method

InterfaceProxyWithoutTargetGenerator() public method

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