DynamicMetaObject.RuntimeType プロパティ

定義

ランタイム値の Type を取得します。 DynamicMetaObject に値が関連付けられていない場合は null を取得します。

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

プロパティ値

ランタイム値または null の Type

適用対象