FieldBuilder.FieldType 属性

定义

指示表示该字段的类型的 Type 对象。Indicates the Type object that represents the type of this field. 此属性为只读。This property is read-only.

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 对象,表示该字段的类型。The Type object that represents the type of this field.

适用于