Table of Contents

Class SliceClass

Namespace
ZeroC.Slice
Assembly
ZeroC.Slice.dll

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

public abstract class SliceClass
Inheritance
SliceClass
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>