System.Reflection.Context.CustomReflectionContext.AddProperties C# (CSharp) Méthode

AddProperties() protected méthode

protected AddProperties ( System type ) : System.Collections.Generic.IEnumerable
type System
Résultat System.Collections.Generic.IEnumerable
        protected virtual System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo> AddProperties(System.Type type) { throw null; }
        protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, System.Func<object, object> getter, System.Action<object, object> setter) { throw null; }