Class ExtendedAttributeCollection

ExtendedAttributeCollection class

代表集合ExtendedAttribute对象.

public class ExtendedAttributeCollection : IList<ExtendedAttribute>

特性

姓名描述
Count { get; }获取此集合中包含的元素数。
IsReadOnly { get; }获取一个值,表示这个集合是否是只读的;否则为 false.
Item { get; set; }获取或设置指定索引处的元素。

方法

姓名描述
Add(ExtendedAttribute)将指定项目添加到此集合。
Clear()从此集合中删除所有项目。
Contains(ExtendedAttribute)如果在此集合中找到指定项,则返回真;否则为 false.
CopyTo(ExtendedAttribute[], int)将此集合的元素复制到指定的数组,从指定的数组索引开始。
GetEnumerator()返回此集合的枚举器。
IndexOf(ExtendedAttribute)确定指定项在此集合中的索引。
Insert(int, ExtendedAttribute)在指定索引处插入指定项。
Remove(ExtendedAttribute)从此集合中删除第一次出现的特定对象。
RemoveAt(int)删除指定索引处的项目。

也可以看看