AspectSharp.Core.Proxy.DefaultProxyFactory.RegisterProxyTypeInCache C# (CSharp) Метод

RegisterProxyTypeInCache() приватный Метод

private RegisterProxyTypeInCache ( AspectSharp.Lang.AST.AspectDefinition aspect, Type baseType, Type proxyType ) : void
aspect AspectSharp.Lang.AST.AspectDefinition
baseType System.Type
proxyType System.Type
Результат void
		private void RegisterProxyTypeInCache(AspectDefinition aspect, Type baseType, Type proxyType)
		{
			_aspect2ProxyType[new AspectInstanceKey(aspect, baseType)] = proxyType;
		}