System.Reflection.TypeExtensions.GetProperty C# (CSharp) Méthode

GetProperty() public static méthode

public static GetProperty ( this type, string name, System returnType, System types ) : System.Reflection.PropertyInfo
type this
name string
returnType System
types System
Résultat System.Reflection.PropertyInfo
        public static System.Reflection.PropertyInfo GetProperty(this System.Type type, string name, System.Type returnType, System.Type[] types) { throw null; }
        public static bool IsAssignableFrom(this System.Type type, System.Type c) { throw null; }

Same methods

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