SectionCollection Class

TG.INI

SectionCollection Class

A collection to store IniSection.
Inheritance Hierarchy
SystemObject  System.CollectionsCollectionBase
    TG.INISectionCollection

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class SectionCollection : CollectionBase
Public Class SectionCollection
	Inherits CollectionBase
public ref class SectionCollection : public CollectionBase
type SectionCollection =  
    class
        inherit CollectionBase
    end

The SectionCollection type exposes the following members.

Constructors
  NameDescription
Protected methodSectionCollection
Initializes a new instance of SectionCollection.
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from CollectionBase.)
Public propertyCount (Inherited from CollectionBase.)
Protected propertyInnerList (Inherited from CollectionBase.)
Public propertyItemInt32
Gets the IniSection as a given index.
Public propertyItemString
Gets the IniSection by name.
Protected propertyList (Inherited from CollectionBase.)
Public propertyParentDocument
Gets the parent IniDocument.
Top
Methods
  NameDescription
Public methodAdd(String)
Initializes a new IniSection with the provided name and adds it to the collection.
Public methodAdd(IniSection)
Adds an IniSection to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines if the collection contains a section with the provided name.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFind
Searches the collection for an IniSection by the name.
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove(String)
Remove an IniSection from the collection, by name.
Public methodRemove(IniSection)
Remove an IniSection from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString (Inherited from Object.)
Top
See Also