Click or drag to resize

TypeRefBaseMakeGenericRef Method

Make a generic type reference from the current type reference.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual TypeRefBase MakeGenericRef(
	params Expression[] typeArguments
)

Parameters

typeArguments
Type: Nova.CodeDOMExpression

Return Value

Type: TypeRefBase
See Also