VirtualTypeBuilder.PropertyInfoCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a PropertyInfo to the end of the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(PropertyInfo) | Adds a PropertyInfo to the end of the collection. | |
Add(String, Type, Boolean) | Adds a PropertyInfo to the end of the collection. | |
Add(String, Type, Boolean, array<Attribute[]) | Adds a PropertyInfo to the end of the collection. | |
Add(String, Type, Boolean, array<Type[]) | Adds a PropertyInfo to the end of the collection. | |
Add(String, Type, Boolean, array<Attribute[], MethodAttributes) | Adds a PropertyInfo to the end of the collection. | |
Add(String, Type, Boolean, array<Type[], array<Attribute[]) | Adds a PropertyInfo to the end of the collection. | |
Add(String, Type, Boolean, array<Type[], array<Attribute[], MethodAttributes) | Adds a PropertyInfo to the end of the collection. |
Top