AspectSharp.Core.Matchers.DefaultAspectMatcher.RegisterMatcherInCache C# (CSharp) Method

RegisterMatcherInCache() private method

private RegisterMatcherInCache ( IClassMatcher matcher, Type customType ) : void
matcher IClassMatcher
customType System.Type
return void
		private void RegisterMatcherInCache(IClassMatcher matcher, Type customType)
		{
			_customMatcherCache[customType] = matcher;
		}