Click or drag to resize

RackConfigurationElementCollection Methods

The RackConfigurationElementCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an element to the collection.
Protected methodBaseAdd(ConfigurationElement) (Inherited from ConfigurationElementCollection.)
Protected methodBaseAdd(ConfigurationElement, Boolean) (Inherited from ConfigurationElementCollection.)
Protected methodBaseAdd(Int32, ConfigurationElement) (Inherited from ConfigurationElementCollection.)
Protected methodBaseClear (Inherited from ConfigurationElementCollection.)
Protected methodBaseGet(Int32) (Inherited from ConfigurationElementCollection.)
Protected methodBaseGet(Object) (Inherited from ConfigurationElementCollection.)
Protected methodBaseGetAllKeys (Inherited from ConfigurationElementCollection.)
Protected methodBaseGetKey (Inherited from ConfigurationElementCollection.)
Protected methodBaseIndexOf (Inherited from ConfigurationElementCollection.)
Protected methodBaseIsRemoved (Inherited from ConfigurationElementCollection.)
Protected methodBaseRemove (Inherited from ConfigurationElementCollection.)
Protected methodBaseRemoveAt (Inherited from ConfigurationElementCollection.)
Public methodCopyTo (Inherited from ConfigurationElementCollection.)
Protected methodCreateNewElement
Creates a new element.
(Overrides ConfigurationElementCollectionCreateNewElement.)
Protected methodCreateNewElement(String) (Inherited from ConfigurationElementCollection.)
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Public methodEquals (Inherited from ConfigurationElementCollection.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetElementKey
Gets the element key.
(Overrides ConfigurationElementCollectionGetElementKey(ConfigurationElement).)
Public methodGetEnumerator (Inherited from ConfigurationElementCollection.)
Public methodGetHashCode (Inherited from ConfigurationElementCollection.)
Protected methodGetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected methodGetTransformedTypeString (Inherited from ConfigurationElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsElementName (Inherited from ConfigurationElementCollection.)
Protected methodIsElementRemovable (Inherited from ConfigurationElementCollection.)
Protected methodIsModified (Inherited from ConfigurationElementCollection.)
Public methodIsReadOnly (Inherited from ConfigurationElementCollection.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElementCollection.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Public methodRemove
Removes an element from the collection.
Public methodRemoveAt
Removes the element at the specified index from the collection.
Protected methodReset (Inherited from ConfigurationElementCollection.)
Protected methodResetModified (Inherited from ConfigurationElementCollection.)
Protected methodSerializeElement (Inherited from ConfigurationElementCollection.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElementCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElementCollection.)
Top
See Also