Click or drag to resize

TypeDeclGetNestedType Method

Get the nested type with the specified name. Searches base types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRef GetNestedType(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: TypeRef

Implements

ITypeDeclGetNestedType(String)
See Also