When implemented by a derived class, Returns the Type of the element.
[Visual Basic] MustOverride Public Function GetElementType() As Type [C#] public abstract Type GetElementType(); [C++] public: virtual Type* GetElementType() = 0; [JScript] public abstract function GetElementType() : Type;
The Type of the element.
Abstract. This method must be implemented by a derived class.