ITypeDeclFindTypeArgumentInBase Method |
Find a type argument in a base class for the specified type parameter.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax TypeRefBase FindTypeArgumentInBase(
TypeParameterRef typeParameterRef,
Dictionary<Object, Object> baseInterfacePaths = null
)
Parameters
- typeParameterRef
- Type: Nova.CodeDOMTypeParameterRef
- baseInterfacePaths (Optional)
- Type: System.Collections.GenericDictionaryObject, Object
Return Value
Type:
TypeRefBaseSee Also