Type.IsArrayImpl Method

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

Syntax

'Declaration
Protected MustOverride Function IsArrayImpl As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.IsArrayImpl()
protected abstract bool IsArrayImpl()
protected:
virtual bool IsArrayImpl() abstract
abstract IsArrayImpl : unit -> bool 
protected abstract function IsArrayImpl() : boolean

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace