Example #1
0
        /// <summary>
        /// From the <see cref="IInterceptors"/> object, returns the aggregator of interceptors of the given type.
        /// </summary>
        private InterceptorAggregator <TInterceptor> GetAggregator(IInterceptors interceptors)
        {
            var aggregator = ReflectionCache.GetAggregator(interceptors);

            return(aggregator);
        }