System.CodeDom.CodeTypeParameterCollection Class

Represents a collection of System.CodeDom.CodeTypeParameter objects.

See Also: CodeTypeParameterCollection Members

Syntax

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

Remarks

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

Requirements

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