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