This documentation is archived and is not being maintained.

DeviceSpecificChoiceCollection Members

Represents a collection of choices for the DeviceSpecific class.

The DeviceSpecificChoiceCollection type exposes the following members.

  NameDescription
Public method Add Adds a DeviceSpecificChoice object to the end of a collection.
Public method AddAt Adds a choice at the location in the collection specified by the index parameter.
Public method Clear Clears the collection.
Public method CopyTo Copies the items in the collection to an array, starting at the given index. Intended for internal use only. (Inherited from ArrayListCollectionBase.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Retrieves an enumerator for the collection. (Inherited from ArrayListCollectionBase.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes the specified choice.
Public method RemoveAt Removes the item at the specified index.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property All Retrieves an array of DeviceSpecificChoice objects from the collection.
Public property Count Returns the number of elements in a collection. (Inherited from ArrayListCollectionBase.)
Public property IsReadOnly Gets a value indicating whether a collection is read-only. (Inherited from ArrayListCollectionBase.)
Public property IsSynchronized Gets a value indicating whether a collection is synchronized. (Inherited from ArrayListCollectionBase.)
Public property Item Returns a DeviceSpecificChoice item in the collection, by index.
Protected property Items Gets or sets the collection of items in an array list object. The default value is Empty. (Inherited from ArrayListCollectionBase.)
Public property SyncRoot Returns the SyncRoot object for the collection. (Inherited from ArrayListCollectionBase.)
Top
Show: