VirtualTypeBuilder.PropertyInfoCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示属性的集合。 此类不能被继承。
public: ref class VirtualTypeBuilder::PropertyInfoCollection sealed : System::Collections::CollectionBase
public sealed class VirtualTypeBuilder.PropertyInfoCollection : System.Collections.CollectionBase
type VirtualTypeBuilder.PropertyInfoCollection = class
inherit CollectionBase
Public NotInheritable Class VirtualTypeBuilder.PropertyInfoCollection
Inherits CollectionBase
- 继承
-
VirtualTypeBuilder.PropertyInfoCollection
属性
| Item[Int32] |
获取或设置指定索引处的属性。 |
方法
| Add(PropertyInfo) |
将 PropertyInfo 添加到集合的末尾。 |
| Add(String, Type, Boolean) |
将 PropertyInfo 添加到集合的末尾。 |
| Add(String, Type, Boolean, Attribute[]) |
将 PropertyInfo 添加到集合的末尾。 |
| Add(String, Type, Boolean, Attribute[], MethodAttributes) |
将 PropertyInfo 添加到集合的末尾。 |
| Add(String, Type, Boolean, Type[]) |
将 PropertyInfo 添加到集合的末尾。 |
| Add(String, Type, Boolean, Type[], Attribute[]) |
将 PropertyInfo 添加到集合的末尾。 |
| Add(String, Type, Boolean, Type[], Attribute[], MethodAttributes) |
将 PropertyInfo 添加到集合的末尾。 |
| Remove(PropertyInfo) |
从集合中移除特定 PropertyInfo 的第一个匹配项。 |