Share via


Type.GetNestedType Method ()

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

Syntax

'Declaration
Public Function GetNestedType ( _
    name As String _
) As Type
'Usage
Dim instance As Type
Dim name As String
Dim returnValue As Type

returnValue = instance.GetNestedType(name)
public Type GetNestedType(
    string name
)
public:
Type^ GetNestedType(
    String^ name
)
member GetNestedType : 
        name:string -> Type 
public function GetNestedType(
    name : String
) : Type

Parameters

  • name
    Type: String

Return Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Type Class

Type Members

GetNestedType Overload

System.Reflection.Mock Namespace