Click or drag to resize

TypeRefFindTypeArgument Method

Find a type argument for the specified type parameter.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override TypeRefBase FindTypeArgument(
	TypeParameterRef typeParameterRef,
	CodeObject originatingChild = null,
	Dictionary<Object, Object> baseInterfacePaths = null
)

Parameters

typeParameterRef
Type: Nova.CodeDOMTypeParameterRef
originatingChild (Optional)
Type: Nova.CodeDOMCodeObject
baseInterfacePaths (Optional)
Type: System.Collections.GenericDictionaryObject, Object

Return Value

Type: TypeRefBase
See Also