MetalamaAPI documentationAspect APIMetalama.​Framework.​ValidationValidator­Delegate<TContext>
Open sandboxFocus

ValidatorDelegate<TContext> Class

A delegate for validator methods. The TContext type argument can be either DeclarationValidationContext or ReferenceValidationContext.

Inheritance
System.Object
ValidatorDelegate<TContext>
Namespace: Metalama.Framework.Validation
Assembly: Metalama.Framework.dll
Syntax
public sealed class ValidatorDelegate<TContext> : MulticastDelegate
Type Parameters
Name Description
TContext

Either DeclarationValidationContext or ReferenceValidationContext.

Constructors

Name Description
ValidatorDelegate(Object, IntPtr)

Methods

Name Description
BeginInvoke(in TContext, AsyncCallback, Object)
EndInvoke(in TContext, IAsyncResult)
Invoke(in TContext)

See Also