The LanguageRegionDefinitionCollection type exposes the following members.

Constructors

  NameDescription
Public methodLanguageRegionDefinitionCollection
Initializes a new instance of the LanguageRegionDefinitionCollection class

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected methodAddItem (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..AddItem(T).)
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from VirtualCollectionBase<(Of <(<'T>)>)>.)
Protected methodClearItems (Inherited from ConfigurationCollectionBase<(Of <(<'T>)>)>.)
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 (Inherited from ConfigurationCollectionBase<(Of <(<'T>)>)>.)
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 (Overrides VirtualCollectionBase<(Of <(<'T>)>)>..::..GetIndex(T).)
Protected methodGetItem (Inherited from ConfigurationCollectionBase<(Of <(<'T>)>)>.)
Protected methodGetItemFromRegistry (Overrides ConfigurationCollectionBase<(Of <(<'T>)>)>..::..GetItemFromRegistry(Int32).)
Protected methodGetItems (Inherited from ConfigurationCollectionBase<(Of <(<'T>)>)>.)
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 (Inherited from ConfigurationCollectionBase<(Of <(<'T>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged (Inherited from ConfigurationCollectionBase<(Of <(<'T>)>)>.)
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 (Inherited from ConfigurationCollectionBase<(Of <(<'T>)>)>.)
Protected methodSetItem (Inherited from ConfigurationCollectionBase<(Of <(<'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 (Overrides ConfigurationCollectionBase<(Of <(<'T>)>)>..::..SubKey.)

See Also