Click or drag to resize

TypeParameter Constructor (String, TypeParameterVariance)

Create a TypeParameter with the specified name and optional variance.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeParameter(
	string name,
	TypeParameterVariance variance = TypeParameterVariance.Invariant
)

Parameters

name
Type: SystemString
variance (Optional)
Type: Nova.CodeDOMTypeParameterVariance
See Also