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

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

public OnInterceptorEntryDefinition ( InterceptorEntryDefinition interceptor ) : void
interceptor AspectSharp.Lang.AST.InterceptorEntryDefinition
Результат void
		public override void OnInterceptorEntryDefinition(InterceptorEntryDefinition interceptor)
		{
			base.OnInterceptorEntryDefinition (interceptor);
			_interceptorKey2TypeReference[interceptor.Key] = interceptor.TypeReference;
		}