TypeDelegator::GetElementType Method ()
.NET Framework (current version)
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::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.
Implements
_Type::GetElementType()
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: