AspectSharp.Core.Matchers.DefaultAspectMatcher.GetCustomMatcherFromCache C# (CSharp) Метод

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

private GetCustomMatcherFromCache ( Type customType ) : IClassMatcher
customType System.Type
Результат IClassMatcher
		private IClassMatcher GetCustomMatcherFromCache(Type customType)
		{
			return (IClassMatcher) _customMatcherCache[customType];
		}
	}