AspectSharp.Lang.Steps.Semantic.SemanticAnalizerStep.CheckInterceptors C# (CSharp) Method

CheckInterceptors() private method

private CheckInterceptors ( IDictionary types ) : void
types IDictionary
return void
		private void CheckInterceptors(IDictionary types)
		{
			AssertEntriesAreValid(types);
			_globalInterceptors = types;
		}