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