Type.GetNestedTypes Method ()

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

Syntax

'Declaration
Public MustOverride Function GetNestedTypes ( _
    bindingAttr As BindingFlags _
) As Type()
'Usage
Dim instance As Type
Dim bindingAttr As BindingFlags
Dim returnValue As Type()

returnValue = instance.GetNestedTypes(bindingAttr)
public abstract Type[] GetNestedTypes(
    BindingFlags bindingAttr
)
public:
virtual array<Type^>^ GetNestedTypes(
    BindingFlags bindingAttr
) abstract
abstract GetNestedTypes : 
        bindingAttr:BindingFlags -> Type[] 
public abstract function GetNestedTypes(
    bindingAttr : BindingFlags
) : Type[]

Parameters

  • bindingAttr
    Type: BindingFlags

Return Value

Type: array<System.Reflection.Mock.Type[]

.NET Framework Security

See Also

Reference

Type Class

Type Members

GetNestedTypes Overload

System.Reflection.Mock Namespace