The ConfigurationCollectionBase<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Protected methodConfigurationCollectionBase<(Of <(<'T>)>)>
Initializes a new instance of the ConfigurationCollectionBase<(Of <(<'T>)>)> class

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected methodAddItem
Adds the item.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected methodClearItems (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..ClearItems()()()().)
Public methodContains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetCount (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..GetCount()()()().)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetIndex
Gets the index.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected methodGetItem (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..GetItem(Int32).)
Protected methodGetItemFromRegistry
Protected methodGetItems (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..GetItems()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Public methodInsert
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected methodInsertItem (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..InsertItem(Int32, T).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Public methodRemove
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Public methodRemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected methodRemoveItem (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..RemoveItem(Int32).)
Protected methodSetItem (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..SetItem(Int32, T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Public propertyItem
Gets or sets the type T at the specified index.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected propertySubKey

See Also