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.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Booleantrue if the Type is an array, a pointer or a ByRef; otherwise, false.
Show: