Click or drag to resize

TypeRefBaseFindTypeArgumentInTypeArguments Method

Find a type argument for the specified type parameter in the type arguments of the type.

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

Parameters

typeParameterRef
Type: Nova.CodeDOMTypeParameterRef

Return Value

Type: TypeRefBase
See Also