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

GetCustomMatcherFromCache() private method

private GetCustomMatcherFromCache ( Type customType ) : IClassMatcher
customType System.Type
return IClassMatcher
		private IClassMatcher GetCustomMatcherFromCache(Type customType)
		{
			return (IClassMatcher) _customMatcherCache[customType];
		}
	}