GetElementType Method

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.

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

public override Type GetElementType()

Return Value

Type: System.Type
The 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft