Type.GetElementType Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride Function GetElementType As Type
'Usage
Dim instance As Type
Dim returnValue As Type

returnValue = instance.GetElementType()
public abstract Type GetElementType()
public:
virtual Type^ GetElementType() abstract
abstract GetElementType : unit -> Type 
public abstract function GetElementType() : Type

Return Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace