Click or drag to resize

TypeDeclCreateTypeParameters Method

Create the list of TypeParameters, or return the existing one.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ChildList<TypeParameter> CreateTypeParameters()

Return Value

Type: ChildListTypeParameter

Implements

ITypeParametersCreateTypeParameters
See Also