Click or drag to resize

TypeRefBaseEvaluateTypeArgumentTypes Method

Evaluate the types of any type arguments of the TypeRef by searching for matching type arguments in the specified parent code object tree.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual TypeRefBase EvaluateTypeArgumentTypes(
	CodeObject parent,
	CodeObject originatingChild = null,
	Dictionary<Object, Object> baseInterfacePaths = null
)

Parameters

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

Return Value

Type: TypeRefBase
See Also