AspectSharp.Core.Dispatcher.DefaultInvocationDispatcher.ObtainFromCache C# (CSharp) Метод

ObtainFromCache() защищенный Метод

protected ObtainFromCache ( MethodInfo method ) : IMethodInterceptor[]
method System.Reflection.MethodInfo
Результат IMethodInterceptor[]
		protected IMethodInterceptor[] ObtainFromCache(MethodInfo method)
		{
			return (IMethodInterceptor[]) _method2Advices[method];
		}