Click or drag to resize

TypeParameterFindTypeArgument Method

Find a type argument in any associated constraints for the specified type parameter.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase FindTypeArgument(
	TypeParameterRef typeParameterRef
)

Parameters

typeParameterRef
Type: Nova.CodeDOMTypeParameterRef

Return Value

Type: TypeRefBase
See Also