ProtectedRangeCollection

ProtectedRangeCollection class

Bir koleksiyonu kapsüllerProtectedRange nesneler.

public class ProtectedRangeCollection : CollectionBase<ProtectedRange>

Özellikleri

İsimTanım
Capacity { get; set; }
Count { get; }
Item { get; }ProtectedRange belirtilen dizindeki öğe.
Item { get; set; }

yöntemler

İsimTanım
Add(string, int, int, int, int)Bir eklerProtectedRange koleksiyona öğe.
BinarySearch(ProtectedRange)
BinarySearch(ProtectedRange, IComparer<ProtectedRange>)
BinarySearch(int, int, ProtectedRange, IComparer<ProtectedRange>)
Clear()
Contains(ProtectedRange)
CopyTo(ProtectedRange[])
CopyTo(ProtectedRange[], int)
CopyTo(int, ProtectedRange[], int, int)
Exists(Predicate<ProtectedRange>)
Find(Predicate<ProtectedRange>)
FindAll(Predicate<ProtectedRange>)
FindIndex(Predicate<ProtectedRange>)
FindIndex(int, Predicate<ProtectedRange>)
FindIndex(int, int, Predicate<ProtectedRange>)
FindLast(Predicate<ProtectedRange>)
FindLastIndex(Predicate<ProtectedRange>)
FindLastIndex(int, Predicate<ProtectedRange>)
FindLastIndex(int, int, Predicate<ProtectedRange>)
GetEnumerator()
IndexOf(ProtectedRange)
IndexOf(ProtectedRange, int)
IndexOf(ProtectedRange, int, int)
LastIndexOf(ProtectedRange)
LastIndexOf(ProtectedRange, int)
LastIndexOf(ProtectedRange, int, int)
RemoveAt(int)

Ayrıca bakınız