TypeExtensions.GetNestedType(Type, String, BindingFlags) メソッド

定義

public:
[System::Runtime::CompilerServices::Extension]
 static Type ^ GetNestedType(Type ^ type, System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public static Type GetNestedType (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
public static Type? GetNestedType (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
static member GetNestedType : Type * string * System.Reflection.BindingFlags -> Type
<Extension()>
Public Function GetNestedType (type As Type, name As String, bindingAttr As BindingFlags) As Type

パラメーター

type
Type
name
String
bindingAttr
BindingFlags

戻り値

適用対象