_Type.MemberType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides COM objects with version-independent access to the MemberType property.
public:
property System::Reflection::MemberTypes MemberType { System::Reflection::MemberTypes get(); };
public System.Reflection.MemberTypes MemberType { get; }
member this.MemberType : System.Reflection.MemberTypes
Public ReadOnly Property MemberType As MemberTypes
Property Value
A MemberTypes value indicating that this member is a type or a nested type.
Remarks
This property is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type.MemberType property gets a MemberTypes value indicating that this member is a type or a nested type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.