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 public static Type GetEquivalentType(
TypeReference typeReference
)
Parameters
- typeReference
- Type: Mono.CecilTypeReference
Return Value
Type:
TypeThe equivalent .NET type (if any), otherwise null.
See Also