5 references to AddProperties
System.Reflection.Context (5)
System\Reflection\Context\CustomReflectionContext.cs (5)
106
/// Creates an object that represents a property to be added to a type, to be used with the <see cref="
AddProperties
(Type)"/> method.
114
/// Objects that are returned by this method are not complete <see cref="PropertyInfo"/> objects, and should be used only in the context of the <see cref="
AddProperties
(Type)"/> method.
134
/// Creates an object that represents a property to be added to a type, to be used with the <see cref="
AddProperties
(Type)"/> method and using the specified custom attributes.
145
/// Objects that are returned by this method are not complete <see cref="PropertyInfo"/> objects, and should be used only in the context of the <see cref="
AddProperties
(Type)"/> method.
174
IEnumerable<PropertyInfo> newProperties =
AddProperties
(type.UnderlyingType);