Table of Contents

Class CodecValidatorAttribute<TValidator>

Namespace
Shard.Codecs
Assembly
Shard.Codecs.dll

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