The IniFileSectionCollection type exposes the following members.

Properties

  Name Description
Public property Comparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollection<(Of <(<'String, IniFileSection>)>)>.)
Public property Count
Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'IniFileSection>)>)>.)
Protected property Dictionary
Gets the lookup dictionary of the KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, IniFileSection>)>)>.)
Public property IsDirty
Gets whether the IniFileSectionCollection is dirty.
Public property Item[([( TKey])])
Gets the element with the specified key.
(Inherited from KeyedCollection<(Of <(<'String, IniFileSection>)>)>.)
Public property Item[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(<'IniFileSection>)>)>.)
Protected property Items (Inherited from Collection<(Of <(<'IniFileSection>)>)>.)

See Also