OrderedCollectionBase<T> members

The OrderedCollectionBase<T> type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the Collection
Public property IsReadOnly Gets a value indicating whether the collection is read-only.
Public property Item Gets an item by its position in the collection. Position is zero-based.
Public property MaxSize

Top

Methods

  Name Description
Public method Clear Removes all items from the collection.
Public method Contains Determines whether the collection contains given best bet.
Public method CopyTo Copies the item to an array, starting at a particular array index
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Determines the position of the item in the collection.
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveTo Moves the item to the specified position in the collection. Position is zero-based.
Protected method OnAfterChange
Protected method OnPreAddInternal
Protected method OnPreChange
Protected method OnPreClearInternal
Protected method OnPreRemoveInternal
Protected method OnSerializationInitialize
Public method Remove Removes the item from the collection
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field _OrderedItems

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

OrderedCollectionBase<T> class

Microsoft.Office.Server.Search.Query.Rules namespace