System.Reflection.Context.CustomReflectionContext.AddProperties C# (CSharp) Method

AddProperties() protected method

protected AddProperties ( System type ) : System.Collections.Generic.IEnumerable
type System
return 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; }