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

GetProperties() public static method

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

Same methods

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