Retrieves the Type object that represents the type of this field.
[Visual Basic] Overridable Public ReadOnly Property FieldType As Type [C#] public Type FieldType {override get;} [C++] public: __property virtual Type* get_FieldType(); [JScript] public function get FieldType() : Type;
Read-only. Retrieves the Type object that represents the type of this field.
FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace