Version

FilterItemCollection Class Properties

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

Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ICollection.  
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.IList has a fixed size.  
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.IList is read-only.  
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
Public PropertyItemGets or sets the element at the specified index.  
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ICollection.  
See Also