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

GetProperty() 공개 정적인 메소드

public static GetProperty ( this type, string name ) : System.Reflection.PropertyInfo
type this
name string
리턴 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