System.Reflection.TypeExtensions.GetNestedType C# (CSharp) Method

GetNestedType() public static method

public static GetNestedType ( this type, string name, System bindingAttr ) : System.Type
type this
name string
bindingAttr System
return System.Type
        public static System.Type GetNestedType(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
        public static System.Type[] GetNestedTypes(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }