SerializationEntry.ObjectType 属性

定义

获取对象的 Type

public:
 property Type ^ ObjectType { Type ^ get(); };
public Type ObjectType { get; }
member this.ObjectType : Type
Public ReadOnly Property ObjectType As Type

属性值

对象的 Type

注解

如果序列化的对象为 null,则此属性返回 Object 类型。

适用于