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

GetProperty() public static method

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

Same methods

TypeExtensions::GetProperty ( this type, string name, System bindingAttr ) : System.Reflection.PropertyInfo
TypeExtensions::GetProperty ( this type, string name, System returnType, System types ) : System.Reflection.PropertyInfo