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

CreateProperty() protected method

protected CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter ) : System.Reflection.PropertyInfo
propertyType System
name string
getter object>.System
setter object>.System
return System.Reflection.PropertyInfo
        protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, System.Func<object, object> getter, System.Action<object, object> setter) { throw null; }
        protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, System.Func<object, object> getter, System.Action<object, object> setter, System.Collections.Generic.IEnumerable<System.Attribute> propertyCustomAttributes, System.Collections.Generic.IEnumerable<System.Attribute> getterCustomAttributes, System.Collections.Generic.IEnumerable<System.Attribute> setterCustomAttributes) { throw null; }

Same methods

CustomReflectionContext::CreateProperty ( System propertyType, string name, object>.System getter, object>.System setter, System propertyCustomAttributes, System getterCustomAttributes, System setterCustomAttributes ) : System.Reflection.PropertyInfo