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
decoderSliceDecoderThe Slice decoder.
Returns
- TProxy
The decoded proxy struct.
Type Parameters
TProxyThe type of the proxy struct to decode.