Click or drag to resize

UnresolvedRefFindTypeArgument Method (String, Int32)

Find a type argument for the specified type name and type argument index.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase FindTypeArgument(
	string name,
	int index
)

Parameters

name
Type: SystemString
index
Type: SystemInt32

Return Value

Type: TypeRefBase
See Also