Table of Contents

Class IceClass

Namespace
IceRpc.Ice
Assembly
IceRpc.dll

Represents the base class for classes defined in Ice. The Ice keyword AnyClass maps to this class.

public abstract class IceClass
Inheritance
IceClass
Derived
Inherited Members

Properties

UnknownSlices

Gets the unknown slices if the class has a preserved-slice base class and has been sliced-off during decoding.

public ImmutableList<SliceInfo> UnknownSlices { get; }

Property Value

ImmutableList<SliceInfo>