CustomReflectionContext.CreateProperty Method
.NET Framework 4.5
Creates an object that represents a property to be added to a type, as specified by the AddProperties method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateProperty(Type, String, Func<Object, Object>, Action<Object, Object>) | Creates an object that represents a property to be added to a type, to be used with the AddProperties method. |
|
CreateProperty(Type, String, Func<Object, Object>, Action<Object, Object>, IEnumerable<Attribute>, IEnumerable<Attribute>, IEnumerable<Attribute>) | Creates an object that represents a property to be added to a type, to be used with the AddProperties method and using the specified custom attributes. |