ProtectedRangeCollection

ProtectedRangeCollection class

Incapsula una raccolta diProtectedRange oggetti.

public class ProtectedRangeCollection : CollectionBase<ProtectedRange>

Proprietà

NomeDescrizione
Capacity { get; set; }
Count { get; }
Item { get; }Ottiene ilProtectedRange elemento all’indice specificato.
Item { get; set; }

Metodi

NomeDescrizione
Add(string, int, int, int, int)Aggiunge aProtectedRange articolo alla collezione.
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)

Guarda anche