Class NotImplementedAttribute
indicates a base/abstract method that's not implemented.
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.Attributes.dll
Syntax
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class NotImplementedAttribute : Attribute