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

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

private RegisterMatcherInCache ( IClassMatcher matcher, Type customType ) : void
matcher IClassMatcher
customType System.Type
Результат void
		private void RegisterMatcherInCache(IClassMatcher matcher, Type customType)
		{
			_customMatcherCache[customType] = matcher;
		}