Click or drag to resize

TypeRefBaseGetElementType Method

Get the element type of the type reference (if it's an array or pointer, otherwise null).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual TypeRefBase GetElementType()

Return Value

Type: TypeRefBase
See Also