AspectSharp.Core.Dispatcher.DefaultInvocationDispatcher.ObtainFromCache C# (CSharp) Method

ObtainFromCache() protected method

protected ObtainFromCache ( MethodInfo method ) : IMethodInterceptor[]
method System.Reflection.MethodInfo
return IMethodInterceptor[]
		protected IMethodInterceptor[] ObtainFromCache(MethodInfo method)
		{
			return (IMethodInterceptor[]) _method2Advices[method];
		}