TypeInfo.GetNestedTypes Method

Definition

Overloads

GetNestedTypes()

C#
public Type[] GetNestedTypes();

Returns

Type[]

Applies to

.NET Core 1.1 and other versions
Product Versions
.NET Core 1.0, Core 1.1
.NET Standard 1.5, 1.6

GetNestedTypes(BindingFlags)

C#
public virtual Type[] GetNestedTypes(System.Reflection.BindingFlags bindingAttr);

Parameters

bindingAttr
BindingFlags

Returns

Type[]

Applies to

.NET Core 1.1 and other versions
Product Versions
.NET Core 1.0, Core 1.1
.NET Standard 1.5, 1.6