Version

FilterItemCollection Class Methods

For a list of all members of this type, see FilterItemCollection members.

Public Methods
 NameDescription
Public MethodAddAdds an item to the System.Collections.IList.  
Public MethodAddSilentlyAdds the specified item to the list without raising collection changed events.  
Public MethodClearRemoves all items from the System.Collections.IList.  
Public MethodContainsDetermines whether the System.Collections.IList contains a specific value.  
Public MethodCopyToCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection.  
Public MethodIndexOfDetermines the index of a specific item in the System.Collections.IList.  
Public MethodInsertInserts an item to the System.Collections.IList at the specified index.  
Public MethodRaiseCollectionChangedRaises the CollectionChanged event.  
Public MethodRemoveRemoves the first occurrence of a specific object from the System.Collections.IList.  
Public MethodRemoveAtRemoves the System.Collections.IList item at the specified index.  
Protected Methods
 NameDescription
Protected MethodOnCollectionChangedRaises the CollectionChanged event with the provided arguments.  
Protected MethodOnPropertyChangedOccurs when a property changes.  
See Also