System.CodeDom.CodeExpressionCollection Class

Represents a collection of System.CodeDom.CodeExpression objects.

See Also: CodeExpressionCollection Members

Syntax

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

Remarks

Provides a simple collection object that can represent a set of Code Document Object Model (CodeDOM) expression objects.

The System.CodeDom.CodeExpressionCollection class provides a simple collection object that can be used to store a set of System.CodeDom.CodeExpression objects.

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