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

GetProperties() public static method

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

Same methods

TypeExtensions::GetProperties ( this type, System bindingAttr ) : System.Reflection.PropertyInfo[]