TypeParameterRefFindTypeArgument 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 public override TypeRefBase FindTypeArgument(
TypeParameterRef typeParameterRef,
CodeObject originatingChild = null,
Dictionary<Object, Object> baseInterfacePaths = null
)
Parameters
- typeParameterRef
- Type: Nova.CodeDOMTypeParameterRef
- originatingChild (Optional)
- Type: Nova.CodeDOMCodeObject
- baseInterfacePaths (Optional)
- Type: System.Collections.GenericDictionaryObject, Object
Return Value
Type:
TypeRefBaseSee Also