Table of Contents

Class SliceProxySliceDecoderExtensions

Namespace
IceRpc.Slice.Operations
Assembly
IceRpc.Slice.dll

Provides extension methods for SliceDecoder to decode proxies.

public static class SliceProxySliceDecoderExtensions
Inheritance
SliceProxySliceDecoderExtensions
Inherited Members

Methods

DecodeProxy<TProxy>(ref SliceDecoder)

Decodes a proxy struct.

public static TProxy DecodeProxy<TProxy>(this ref SliceDecoder decoder) where TProxy : struct, ISliceProxy

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

TProxy

The decoded proxy struct.

Type Parameters

TProxy

The type of the proxy struct to decode.