Updated: December 2009
The quick reference table below enables developers using the Code Document Object Model (CodeDOM) to search for CodeDOM elements by type and function. This table is sorted by type of CodeDOM or source code element and provides a description as well as a link to reference material for each element. You can find additional information about how the CodeDOM represents source code and generates it in an extensible set of programming languages at Dynamic Source Code Generation and Compilation.
Namespace Declaration Elements
Type Declaration Elements
Type of source code element | Representative CodeDOM element |
|---|
A type parameter of a generic type declaration, or a type argument of a constructed generic type. | CodeTypeParameter |
A collection of type parameters or type arguments. | CodeTypeParameterCollection |
Binary operations | |
|---|
An expression that represents a binary operator. A binary operator is an operator that uses two operands, usually termed the left and right operands. | CodeBinaryOperatorExpression |
Represents a type of binary operator. | CodeBinaryOperatorType |
Tasks
Reference
Other Resources
Date | History | Reason |
|---|
December 2009
| Added links to sample in See Also |
Customer feedback.
|