Click or drag to resize

TypeRefGetEquivalentType Method

Get the equivalent Type for the specified TypeReference (only works for primitive and built-in .NET types).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Type GetEquivalentType(
	TypeReference typeReference
)

Parameters

typeReference
Type: Mono.CecilTypeReference

Return Value

Type: Type
The equivalent .NET type (if any), otherwise null.
See Also