Table of Contents

Class IceObjectProxyIceDecoderExtensions

Namespace
IceRpc.Ice
Assembly
IceRpc.Ice.dll

Provides an extension method for IceDecoder to decode a nullable IceObjectProxy instance.

public static class IceObjectProxyIceDecoderExtensions
Inheritance
IceObjectProxyIceDecoderExtensions
Inherited Members

Methods

DecodeIceObjectProxy(ref IceDecoder)

Decodes a nullable IceObjectProxy instance.

public static IceObjectProxy? DecodeIceObjectProxy(this ref IceDecoder decoder)

Parameters

decoder IceDecoder

The Ice decoder.

Returns

IceObjectProxy?