System.Reflection.TypeExtensions.GetNestedTypes C# (CSharp) Méthode

GetNestedTypes() public static méthode

public static GetNestedTypes ( this type, System bindingAttr ) : System.Type[]
type this
bindingAttr System
Résultat 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; }