SerializationEntry.ObjectType 속성

정의

개체의 Type 값을 가져옵니다.

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

속성 값

Type 개체의 개체입니다.

설명

serialize된 개체인 경우 이 속성은 null형식을 반환합니다 Object .

적용 대상