AspectSharp.Lang.Steps.Types.PruneTypesStep.OnInterceptorDefinition C# (CSharp) Метод

OnInterceptorDefinition() публичный Метод

public OnInterceptorDefinition ( InterceptorDefinition interceptor ) : void
interceptor AspectSharp.Lang.AST.InterceptorDefinition
Результат void
		public override void OnInterceptorDefinition(InterceptorDefinition interceptor)
		{
			AssertIsInterceptor(interceptor.LexicalInfo, interceptor.TypeReference.ResolvedType, INVALID_INTERCEPTOR);
		}