Click or drag to resize
TypeGetElementType Method
When overridden in a derived class, returns the Type of the object encompassed or referred to by the current array, pointer or reference type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract Type GetElementType()

Return Value

Type: Type
The Type of the object encompassed or referred to by the current array, pointer, or reference type, or null if the current Type is not an array or a pointer, or is not passed by reference, or represents a generic type or a type parameter in the definition of a generic type or generic method.
See Also