Represents a reference to the value of an argument passed to a method.
CodeArrayCreateExpressionRepresents an expression that creates an array.
CodeArrayIndexerExpressionRepresents a reference to an index of an array.
CodeAssignStatementRepresents a simple assignment statement.
CodeAttachEventStatementRepresents a statement that attaches an event-handler delegate to an event.
CodeAttributeArgumentRepresents an argument used in a metadata attribute declaration.
CodeAttributeArgumentCollectionRepresents a collection of CodeAttributeArgument objects.
CodeAttributeDeclarationRepresents an attribute declaration.
CodeAttributeDeclarationCollectionRepresents a collection of CodeAttributeDeclaration objects.
CodeBaseReferenceExpressionRepresents a reference to the base class.
CodeBinaryOperatorExpressionRepresents an expression that consists of a binary operation between two expressions.
CodeCastExpressionRepresents an expression cast to a data type or interface.
CodeCatchClauseRepresents a catch
exception block of a try/catch
statement.
Represents a collection of CodeCatchClause objects.
CodeChecksumPragmaRepresents a code checksum pragma code entity.
CodeCommentRepresents a comment.
CodeCommentStatementRepresents a statement consisting of a single comment.
CodeCommentStatementCollectionRepresents a collection of CodeCommentStatement objects.
CodeCompileUnitProvides a container for a CodeDOM program graph.
CodeConditionStatementRepresents a conditional branch statement, typically represented as an if
statement.
Represents a declaration for an instance constructor of a type.
CodeDefaultValueExpressionRepresents a reference to a default value.
CodeDelegateCreateExpressionRepresents an expression that creates a delegate.
CodeDelegateInvokeExpressionRepresents an expression that raises an event.
CodeDirectionExpressionRepresents an expression used as a method invoke parameter along with a reference direction indicator.
CodeDirectiveServes as the base class for code directive classes.
CodeDirectiveCollectionRepresents a collection of CodeDirective objects.
CodeEntryPointMethodRepresents the entry point method of an executable.
CodeEventReferenceExpressionRepresents a reference to an event.
CodeExpressionRepresents a code expression. This is a base class for other code expression objects that is never instantiated.
CodeExpressionCollectionRepresents a collection of CodeExpression objects.
CodeExpressionStatementRepresents a statement that consists of a single expression.
CodeFieldReferenceExpressionRepresents a reference to a field.
CodeGotoStatementRepresents a goto
statement.
Represents a reference to an indexer property of an object.
CodeIterationStatementRepresents a for
statement, or a loop through a block of statements, using a test expression as a condition for continuing to loop.
Represents a labeled statement or a stand-alone label.
CodeLinePragmaRepresents a specific location within a specific file.
CodeMemberEventRepresents a declaration for an event of a type.
CodeMemberFieldRepresents a declaration for a field of a type.
CodeMemberMethodRepresents a declaration for a method of a type.
CodeMemberPropertyRepresents a declaration for a property of a type.
CodeMethodInvokeExpressionRepresents an expression that invokes a method.
CodeMethodReferenceExpressionRepresents a reference to a method.
CodeMethodReturnStatementRepresents a return value statement.
CodeNamespaceRepresents a namespace declaration.
CodeNamespaceCollectionRepresents a collection of CodeNamespace objects.
CodeNamespaceImportRepresents a namespace import directive that indicates a namespace to use.
CodeNamespaceImportCollectionRepresents a collection of CodeNamespaceImport objects.
CodeObjectProvides a common base class for most Code Document Object Model (CodeDOM) objects.
CodeObjectCreateExpressionRepresents an expression that creates a new instance of a type.
CodeParameterDeclarationExpressionRepresents a parameter declaration for a method, property, or constructor.
CodeParameterDeclarationExpressionCollectionRepresents a collection of CodeParameterDeclarationExpression objects.
CodePrimitiveExpressionRepresents a primitive data type value.
CodePropertyReferenceExpressionRepresents a reference to the value of a property.
CodePropertySetValueReferenceExpressionRepresents the value argument of a property set method call within a property set method.
CodeRegionDirectiveSpecifies the name and mode for a code region.
CodeRemoveEventStatementRepresents a statement that removes an event handler.
CodeSnippetCompileUnitRepresents a literal code fragment that can be compiled.
CodeSnippetExpressionRepresents a literal expression.
CodeSnippetStatementRepresents a statement using a literal code fragment.
CodeSnippetTypeMemberRepresents a member of a type using a literal code fragment.
CodeStatementRepresents the abstract
base class from which all code statements derive.
Represents a collection of CodeStatement objects.
CodeThisReferenceExpressionRepresents a reference to the current local class instance.
CodeThrowExceptionStatementRepresents a statement that throws an exception.
CodeTryCatchFinallyStatementRepresents a try
block with any number of catch
clauses and, optionally, a finally
block.
Represents a static constructor for a class.
CodeTypeDeclarationRepresents a type declaration for a class, structure, interface, or enumeration.
CodeTypeDeclarationCollectionRepresents a collection of CodeTypeDeclaration objects.
CodeTypeDelegateRepresents a delegate declaration.
CodeTypeMemberProvides a base class for a member of a type. Type members include fields, methods, properties, constructors and nested types.
CodeTypeMemberCollectionRepresents a collection of CodeTypeMember objects.
CodeTypeOfExpressionRepresents a typeof
expression, an expression that returns a Type for a specified type name.
Represents a type parameter of a generic type or method.
CodeTypeParameterCollectionRepresents a collection of CodeTypeParameter objects.
CodeTypeReferenceRepresents a reference to a type.
CodeTypeReferenceCollectionRepresents a collection of CodeTypeReference objects.
CodeTypeReferenceExpressionRepresents a reference to a data type.
CodeVariableDeclarationStatementRepresents a variable declaration.
CodeVariableReferenceExpressionRepresents a reference to a local variable.
For a table that lists the CodeDOM elements by type and function, see the CodeDOM Quick Reference.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4