Class CodecValidatorAttribute<TValidator>
Runs a reusable static validator for the annotated generated type or member.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
public sealed class CodecValidatorAttribute<TValidator> : Attribute
Type Parameters
TValidator
- Inheritance
-
CodecValidatorAttribute<TValidator>
- Inherited Members