The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CustomReflectionContext::CreateProperty Method
.NET Framework (current version)
Creates an object that represents a property to be added to a type, as specified by the AddProperties method.
Assembly: System.Reflection.Context (in System.Reflection.Context.dll)
| 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. |
Show:
