FieldBuilder.FieldType プロパティ

定義

このフィールドの型を表す Type オブジェクトを示します。 このプロパティは読み取り専用です。

public:
 virtual property Type ^ FieldType { Type ^ get(); };
public override Type FieldType { get; }
member this.FieldType : Type
Public Overrides ReadOnly Property FieldType As Type

プロパティ値

Type

このフィールドの型を表す Type オブジェクト。

適用対象