VarTypeRefEvaluateTypeArgumentTypes Method |
Evaluate the type of the TypeParameter 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 override 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