Represents a collection of Filter elements. This class cannot be inherited.
public sealed class FilterCollection: Object, IList, ICloneable
The following table lists the members exposed by the FilterCollection object. Click a tab on the left to choose the type of member you want to view.
Methods
Method Description Add Overloaded. (Inherited from IList) Clear Removes all objects of the FilterCollection instance. Clone Creates an exact copy of this FilterCollection object. Contains Overloaded. (Inherited from IList) CopyTo When implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. (Inherited from ICollection) Equals Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) FilterCollection Initializes a new instance of FilterCollection. GetEnumerator Returns an IEnumerator that can iterate through this FilterCollection. GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) GetType Gets the Type of the current instance. (Inherited from Object) IndexOf Overloaded. Determines the index of a specific item in the FilterCollection. Insert Overloaded. Inserts a Filter object to this collection at the specified index. ReferenceEquals Determines whether the specified Object instances are the same instance. (Inherited from Object) Remove Overloaded. Removes the specified Filter element from this collection. RemoveAt Removes the Filter at the specified index of the FilterCollection. System.Collections.ICollection.CopyTo Copies the elements of the FilterCollection to an Array, starting at a particular Array index. System.Collections.IList.Add Adds an element to the FilterCollection. System.Collections.IList.Contains Determines whether the FilterCollection contains a specific value. System.Collections.IList.IndexOf Determines the index of a specific element in the FilterCollection. System.Collections.IList.Insert Inserts an element to the FilterCollection at the specified position. System.Collections.IList.Remove Removes the first occurence of a specific object from the FilterCollection. System.Collections.IList.this[] Gets or sets the element at the specified index. ToString Returns a String that represents the current Object. (Inherited from Object) this[] Overloaded. (Inherited from IList) Properties
Property Description Count Gets the number of elements contained in the FilterCollection. IsFixedSize When implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList) IsReadOnly Gets a value indicating whether the FilterCollection is read-only. IsSynchronized When implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection) SyncRoot When implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection) System.Collections.ICollection.IsSynchronized Gets a value indicating whether access to the FilterCollection is synchronized. System.Collections.ICollection.SyncRoot Gets an object that can be used to synchronize access to the FilterCollection. System.Collections.IList.IsFixedSize Gets a value indicating whether the FilterCollection has a fixed size.
ObjectFilterCollection
Namespace System.Drawing.Filters Flash Library System.Windows.Forms.scl Flash Library Version 2.0.0.2118 Silverlight Library System.Windows.Forms.dll
| © 2003-2007 NETiKA Technologies. All rights reserved. |