Class DerivedTypeMapping
- Namespace
- Nerdbank.MessagePack
- Assembly
- Nerdbank.MessagePack.dll
A non-generic abstract base class for DerivedShapeMapping<TBase>.
public abstract class DerivedTypeMapping
- Inheritance
-
DerivedTypeMapping
- Derived
-
DerivedShapeMapping<TBase>
- Inherited Members
Remarks
All users of this class should create an instance of the generic derived DerivedShapeMapping<TBase> class instead.
Properties
BaseType
Gets the base union type.
public abstract Type BaseType { get; }