See Also: CodeTypeDeclaration Members
System.Object
System.CodeDom.CodeObject
System.CodeDom.CodeTypeMember
System.CodeDom.CodeTypeDeclaration
The CodeTypeDeclaration represents a type declaration in the CodeDom graph. The type may be one of
- Class
- Enumeration (enum)
- Interface
- Structure (struct)
c# Example
// Create Hello class // public class Hello { // } CodeTypeDeclaration helloClass=new CodeTypeDeclaration("Hello"); helloClass.IsClass=true;
Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0