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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.