System.CodeDom.CodeDirectiveCollection Class

Represents a collection of System.CodeDom.CodeDirective objects.

See Also: CodeDirectiveCollection Members

Syntax

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

Remarks

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

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0