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 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:
TypeRefBaseSee Also