AttributeCollection 成员
表示属性 (Attribute) 的集合。
下表列出了由 AttributeCollection 类型公开的成员。
公共构造函数
名称 | 说明 | |
---|---|---|
AttributeCollection | 初始化 AttributeCollection 类的新实例。 |
页首
公共字段
名称 | 说明 | |
---|---|---|
Empty | 指定一个可以使用的空集合,而不是创建一个新集合。此字段为只读。 |
页首
公共属性
名称 | 说明 | |
---|---|---|
Count | 获取属性 (Attribute) 的数目。 | |
Item | 已重载。获取具有指定索引的属性。 |
页首
公共方法
(请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
Contains | 已重载。 确定该属性 (Attribute) 集合是否具有指定的属性 (Attribute) 或属性 (Attribute) 数组。 | |
CopyTo | 从指定的索引开始,将集合复制到数组。 | |
Equals | 已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。) | |
FromExisting | 从现有的 AttributeCollection 创建新的 AttributeCollection。 | |
GetEnumerator | 获取此集合的枚举数。 | |
GetHashCode | 用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。) | |
GetType | 获取当前实例的 Type。 (从 Object 继承。) | |
Matches | 已重载。 确定指定的属性 (Attribute) 或属性 (Attribute) 数组是否与集合中的属性 (Attribute) 或属性 (Attribute) 数组相同。 | |
ReferenceEquals | 确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。) | |
ToString | 返回表示当前 Object 的 String。 (从 Object 继承。) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。) | |
GetDefaultAttribute | 返回给定 Type 的默认 Attribute。 | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator | 返回 IDictionary 的 IEnumerator。 | |
System.Collections.ICollection.Count | 获取集合中包含的元素数。 | |
System.Collections.ICollection.IsSynchronized | 获取一个值,该值指示对集合的访问是否为同步的(线程安全)。 | |
System.Collections.ICollection.SyncRoot | 获取可用于同步对集合的访问的对象。 |
页首
请参见
参考
AttributeCollection 类
System.ComponentModel 命名空间
Attribute
BrowsableAttribute
DescriptionAttribute