Share via


BaseCollection Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents the base class for collections.

The following tables list the members exposed by the BaseCollection type.

Protected Constructors

?? Name Description
BaseCollection Overloaded. Initializes a new instance of the BaseCollection class.

Top

Public Properties

?? Name Description
Bb859006.pubproperty(en-us,office.12).gif Count Gets the number of items in the collection.
Bb859006.pubproperty(en-us,office.12).gif IsFixedSize Gets whether the size of the collection is fixed.
Bb859006.pubproperty(en-us,office.12).gif IsReadOnly Gets whether the collection is read-only.
Bb859006.pubproperty(en-us,office.12).gif IsSynchronized Gets whether the collection is synchronized.
Bb859006.pubproperty(en-us,office.12).gif Item Gets or sets the element in the collection at the specified position.
Bb859006.pubproperty(en-us,office.12).gif SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Public Methods

(see also Protected Methods )

?? Name Description
Bb859006.pubmethod(en-us,office.12).gif Add Adds an element to the collection.
Bb859006.pubmethod(en-us,office.12).gif AddRange Adds a collection of objects to the collection.
Bb859006.pubmethod(en-us,office.12).gif Clear Removes all the elements from the collection.
Bb859006.pubmethod(en-us,office.12).gif Contains Checks whether an element is contained in the collection.
Bb859006.pubmethod(en-us,office.12).gif CopyTo Copies the items of the collection to an array.
Bb859006.pubmethod(en-us,office.12).gif Equals?? Overloaded. (inherited from Object )
Bb859006.pubmethod(en-us,office.12).gif GetEnumerator Gets an enumerator for the collection.
Bb859006.pubmethod(en-us,office.12).gif GetHashCode?? (inherited from Object )
Bb859006.pubmethod(en-us,office.12).gif GetObjectData Sets a SerializationInfo with information about a collection.
Bb859006.pubmethod(en-us,office.12).gif GetType?? (inherited from Object )
Bb859006.pubmethod(en-us,office.12).gif IndexOf Finds the position of an element in the collection.
Bb859006.pubmethod(en-us,office.12).gif Insert Inserts an element at a specific position in the collection.
Bb859006.pubmethod(en-us,office.12).gif Bb859006.static(en-us,office.12).gif ReferenceEquals?? (inherited from Object )
Bb859006.pubmethod(en-us,office.12).gif Remove Removes an element from the collection.
Bb859006.pubmethod(en-us,office.12).gif RemoveAt Removes the element at a specific position in the collection.
Bb859006.pubmethod(en-us,office.12).gif ToString?? (inherited from Object )

Top

Protected Methods

?? Name Description
Bb859006.protmethod(en-us,office.12).gif Finalize?? (inherited from Object )
Bb859006.protmethod(en-us,office.12).gif MemberwiseClone?? (inherited from Object )
Bb859006.protmethod(en-us,office.12).gif OnAdded Indicates that an object has been added to the collection.
Bb859006.protmethod(en-us,office.12).gif OnAdding Indicates that an object is about to be added the collection.
Bb859006.protmethod(en-us,office.12).gif OnRemoving Indicates that an object is about to be removed from the collection.

Top

Explicit Interface Implementations

?? Name Description
System.Collections.IEnumerable.GetEnumerator Gets an enumerator for the collection.

Top

See Also

Reference

BaseCollection Generic Class
Microsoft.SpeechServer.Dialog Namespace