Table of Contents

Delegate EncodeAction<T>

Namespace
IceRpc.Ice.Codec
Assembly
IceRpc.dll

Represents a delegate that encodes a value with an Ice encoder.

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

Parameters

encoder IceEncoder

The Ice encoder.

value T

The value to encode with the encoder.

Type Parameters

T

The type of the value to encode.