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

GetNestedTypes() public static method

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