System.Reflection.TypeExtensions.GetNestedTypes C# (CSharp) 메소드

GetNestedTypes() 공개 정적인 메소드

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