CustomPropertyCollection

CustomPropertyCollection class

集合CustomProperty表示附加信息的对象。

public class CustomPropertyCollection : CollectionBase<CustomProperty>

特性

姓名描述
Capacity { get; set; }
Count { get; }
Item { get; }通过特定索引获取自定义属性。 (2 indexers)
Item { get; set; }

方法

姓名描述
Add(string, string)添加自定义属性信息。
BinarySearch(CustomProperty)
BinarySearch(CustomProperty, IComparer<CustomProperty>)
BinarySearch(int, int, CustomProperty, IComparer<CustomProperty>)
Clear()
Contains(CustomProperty)
CopyTo(CustomProperty[])
CopyTo(CustomProperty[], int)
CopyTo(int, CustomProperty[], int, int)
Exists(Predicate<CustomProperty>)
Find(Predicate<CustomProperty>)
FindAll(Predicate<CustomProperty>)
FindIndex(Predicate<CustomProperty>)
FindIndex(int, Predicate<CustomProperty>)
FindIndex(int, int, Predicate<CustomProperty>)
FindLast(Predicate<CustomProperty>)
FindLastIndex(Predicate<CustomProperty>)
FindLastIndex(int, Predicate<CustomProperty>)
FindLastIndex(int, int, Predicate<CustomProperty>)
GetEnumerator()
IndexOf(CustomProperty)
IndexOf(CustomProperty, int)
IndexOf(CustomProperty, int, int)
LastIndexOf(CustomProperty)
LastIndexOf(CustomProperty, int)
LastIndexOf(CustomProperty, int, int)
RemoveAt(int)

也可以看看