The ISubsystemConfigurationList type exposes the following members.

ToggleMethods

Type NameDescription
Public methodAdd
Adds an item to the IList.
(Inherited from IList.)
Public methodClear
Removes all items from the IList.
(Inherited from IList.)
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodContains
Determines whether the IList contains a specific value.
(Inherited from IList.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Determines the index of a specific item in the IList.
(Inherited from IList.)
Public methodInsert
Inserts an item to the IList at the specified index.
(Inherited from IList.)
Public methodIsEmpty
Indicates whether the collection is empty. This method may require a round trip to the server for unevaluated sets (such as IndependentObjectSet and RepositoryRowSet).
(Inherited from IEngineCollection.)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from IList.)
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from IList.)

ToggleSee Also