TypeDelegator.GetElementType Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the Type of the object encompassed or referred to by the current array, pointer or ByRef.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.TypeThe Type of the object encompassed or referred to by the current array, pointer or ByRef, or null if the current Type is not an array, a pointer or a ByRef.
Show: