The SectionList type exposes the following members.

Constructors

  NameDescription
SectionList

Methods

  NameDescription
Add (Inherited from List<(Of <(DocumentSection>)>).)
AddRange (Inherited from List<(Of <(DocumentSection>)>).)
AsReadOnly (Inherited from List<(Of <(DocumentSection>)>).)
BinarySearchOverloaded.
Clear (Inherited from List<(Of <(DocumentSection>)>).)
Contains (Inherited from List<(Of <(DocumentSection>)>).)
ConvertAll<(Of <(TOutput>)>) (Inherited from List<(Of <(DocumentSection>)>).)
CopyToOverloaded.
Equals (Inherited from Object.)
Exists (Inherited from List<(Of <(DocumentSection>)>).)
Finalize (Inherited from Object.)
Find (Inherited from List<(Of <(DocumentSection>)>).)
FindAll (Inherited from List<(Of <(DocumentSection>)>).)
FindIndexOverloaded.
FindLast (Inherited from List<(Of <(DocumentSection>)>).)
FindLastIndexOverloaded.
ForEach (Inherited from List<(Of <(DocumentSection>)>).)
GetEnumerator (Inherited from List<(Of <(DocumentSection>)>).)
GetHashCode (Inherited from Object.)
GetRange (Inherited from List<(Of <(DocumentSection>)>).)
GetType (Inherited from Object.)
IndexOfOverloaded.
Insert (Inherited from List<(Of <(DocumentSection>)>).)
InsertRange (Inherited from List<(Of <(DocumentSection>)>).)
LastIndexOfOverloaded.
MemberwiseClone (Inherited from Object.)
Remove (Inherited from List<(Of <(DocumentSection>)>).)
RemoveAll (Inherited from List<(Of <(DocumentSection>)>).)
RemoveAt (Inherited from List<(Of <(DocumentSection>)>).)
RemoveRange (Inherited from List<(Of <(DocumentSection>)>).)
ReverseOverloaded.
SortOverloaded.
ToArray (Inherited from List<(Of <(DocumentSection>)>).)
ToString (Inherited from Object.)
TrimExcess (Inherited from List<(Of <(DocumentSection>)>).)
TrueForAll (Inherited from List<(Of <(DocumentSection>)>).)

Properties

  NameDescription
Capacity (Inherited from List<(Of <(DocumentSection>)>).)
Count (Inherited from List<(Of <(DocumentSection>)>).)
Item (Inherited from List<(Of <(DocumentSection>)>).)

Explicit Interface Implementations

  NameDescription
IList..::.Add (Inherited from List<(Of <(DocumentSection>)>).)
IList..::.Contains (Inherited from List<(Of <(DocumentSection>)>).)
ICollection..::.CopyTo (Inherited from List<(Of <(DocumentSection>)>).)
System#Collections#Generic#IEnumerable{T}#GetEnumerator (Inherited from List<(Of <(DocumentSection>)>).)
IEnumerable..::.GetEnumerator (Inherited from List<(Of <(DocumentSection>)>).)
IList..::.IndexOf (Inherited from List<(Of <(DocumentSection>)>).)
IList..::.Insert (Inherited from List<(Of <(DocumentSection>)>).)
IList..::.IsFixedSize (Inherited from List<(Of <(DocumentSection>)>).)
System#Collections#Generic#ICollection{T}#IsReadOnly (Inherited from List<(Of <(DocumentSection>)>).)
IList..::.IsReadOnly (Inherited from List<(Of <(DocumentSection>)>).)
ICollection..::.IsSynchronized (Inherited from List<(Of <(DocumentSection>)>).)
IList..::.Item (Inherited from List<(Of <(DocumentSection>)>).)
IList..::.Remove (Inherited from List<(Of <(DocumentSection>)>).)
ICollection..::.SyncRoot (Inherited from List<(Of <(DocumentSection>)>).)

See Also