Castle.DynamicProxy.Contributors.InterfaceProxyWithoutTargetContributor.InterfaceProxyWithoutTargetContributor C# (CSharp) 메소드

InterfaceProxyWithoutTargetContributor() 공개 메소드

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