Click or drag to resize

TypeDeclTypeParameters Property

A collection of optional TypeParameters (for generic types).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ChildList<TypeParameter> TypeParameters { get; }

Property Value

Type: ChildListTypeParameter

Implements

ITypeParametersTypeParameters
See Also