HasElementTypeImpl Method

TypeDelegator.HasElementTypeImpl Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value indicating whether the current Type encompasses or refers to another type; that is, whether the current Type is an array, a pointer or a ByRef.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Protected Overrides Function HasElementTypeImpl As Boolean

Return Value

Type: System.Boolean
true if the Type is an array, a pointer or a ByRef; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft