Search Results for

    Show / Hide Table of Contents

    Class Sections

    Collection of sections

    Inheritance
    object
    List<Section>
    Sections
    Implements
    IList<Section>
    ICollection<Section>
    IList
    ICollection
    IReadOnlyList<Section>
    IReadOnlyCollection<Section>
    IEnumerable<Section>
    IEnumerable
    Inherited Members
    List<Section>.Add(Section)
    List<Section>.AddRange(IEnumerable<Section>)
    List<Section>.AsReadOnly()
    List<Section>.BinarySearch(int, int, Section, IComparer<Section>)
    List<Section>.BinarySearch(Section)
    List<Section>.BinarySearch(Section, IComparer<Section>)
    List<Section>.Clear()
    List<Section>.Contains(Section)
    List<Section>.ConvertAll<TOutput>(Converter<Section, TOutput>)
    List<Section>.CopyTo(Section[])
    List<Section>.CopyTo(int, Section[], int, int)
    List<Section>.CopyTo(Section[], int)
    List<Section>.EnsureCapacity(int)
    List<Section>.Exists(Predicate<Section>)
    List<Section>.Find(Predicate<Section>)
    List<Section>.FindAll(Predicate<Section>)
    List<Section>.FindIndex(Predicate<Section>)
    List<Section>.FindIndex(int, Predicate<Section>)
    List<Section>.FindIndex(int, int, Predicate<Section>)
    List<Section>.FindLast(Predicate<Section>)
    List<Section>.FindLastIndex(Predicate<Section>)
    List<Section>.FindLastIndex(int, Predicate<Section>)
    List<Section>.FindLastIndex(int, int, Predicate<Section>)
    List<Section>.ForEach(Action<Section>)
    List<Section>.GetEnumerator()
    List<Section>.GetRange(int, int)
    List<Section>.Slice(int, int)
    List<Section>.IndexOf(Section)
    List<Section>.IndexOf(Section, int)
    List<Section>.IndexOf(Section, int, int)
    List<Section>.Insert(int, Section)
    List<Section>.InsertRange(int, IEnumerable<Section>)
    List<Section>.LastIndexOf(Section)
    List<Section>.LastIndexOf(Section, int)
    List<Section>.LastIndexOf(Section, int, int)
    List<Section>.Remove(Section)
    List<Section>.RemoveAll(Predicate<Section>)
    List<Section>.RemoveAt(int)
    List<Section>.RemoveRange(int, int)
    List<Section>.Reverse()
    List<Section>.Reverse(int, int)
    List<Section>.Sort()
    List<Section>.Sort(IComparer<Section>)
    List<Section>.Sort(int, int, IComparer<Section>)
    List<Section>.Sort(Comparison<Section>)
    List<Section>.ToArray()
    List<Section>.TrimExcess()
    List<Section>.TrueForAll(Predicate<Section>)
    List<Section>.Capacity
    List<Section>.Count
    List<Section>.this[int]
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class Sections : List<Section>, IList<Section>, ICollection<Section>, IList, ICollection, IReadOnlyList<Section>, IReadOnlyCollection<Section>, IEnumerable<Section>, IEnumerable

    Constructors

    Sections()

    Declaration
    public Sections()

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    In this article
    Back to top Generated by DocFX