Click or drag to resize

VarTypeRefMakeGenericRef Method

Always returns the current VarTypeRef object, because it doesn't make sense to make a generic type ref from a VarTypeRef.

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

Parameters

typeArguments
Type: Nova.CodeDOMExpression

Return Value

Type: TypeRefBase
See Also