System.CodeDom.CodeTypeMember Class

Provides a base class for a member of a type. Type members include fields, methods, properties, constructors and nested types.

See Also: CodeTypeMember Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodeTypeMember : CodeObject

Remarks

The System.CodeDom.CodeTypeMember class can be used to represent the declaration for a member of a type. System.CodeDom.CodeTypeMember is a base class from which more specific types of members are derived, such as System.CodeDom.CodeMemberField and System.CodeDom.CodeMemberMethod. This class contains properties and methods common to all type members.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0