Table of Contents

Delegate CodecValidate<T>

Namespace
Shard.Codecs
Assembly
Shard.Codecs.dll

Validates a value inside the active codec operation and records failures on its context.

public delegate void CodecValidate<T>(in T value, CodecContext context)

Parameters

value T
Validates a value inside the active codec operation and records failures on its context.
context CodecContext
Validates a value inside the active codec operation and records failures on its context.

Type Parameters

T