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

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

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