Open sandboxFocus

Method NestedTypes

NestedTypes(INamedType)

Gets all nested types of the current type, and all recursively all nested types of those nested types, but not the current type.

Declaration
public static IEnumerable<INamedType> NestedTypes(this INamedType type)
Parameters
Type Name Description
INamedType type
Returns
Type Description
IEnumerable<INamedType>