Click or drag to resize

MethodRef.FindTypeArgument 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.CodeDOM.TypeParameterRef
originatingChild (Optional)
Type: Nova.CodeDOM.CodeObject
baseInterfacePaths (Optional)
Type: System.Collections.Generic.Dictionary<Object, Object>

Return Value

Type: TypeRefBase
See Also