VirtualTypeBuilder.PropertyInfoCollection 类

定义

表示属性的集合。 此类不能被继承。

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 的第一个匹配项。

适用于