Castle.DynamicProxy.Contributors.InterfaceProxyWithoutTargetContributor.InterfaceProxyWithoutTargetContributor C# (CSharp) Method

InterfaceProxyWithoutTargetContributor() public method

public InterfaceProxyWithoutTargetContributor ( INamingScope namingScope, GetTargetExpressionDelegate getTarget ) : System
namingScope INamingScope
getTarget GetTargetExpressionDelegate
return System
		public InterfaceProxyWithoutTargetContributor(INamingScope namingScope, GetTargetExpressionDelegate getTarget)
			: base(namingScope)
		{
			getTargetExpression = getTarget;
		}