Table of Contents

Delegate EncodeAction<T>

Namespace
ZeroC.Slice
Assembly
ZeroC.Slice.dll

Represents a delegate that encodes a value with a Slice encoder.

public delegate void EncodeAction<in T>(ref SliceEncoder encoder, T value)

Parameters

encoder SliceEncoder

The Slice encoder.

value T

The value to encode with the encoder.

Type Parameters

T

The type of the value to encode.