Class Section<T>
- Namespace
- ChartTools.IO.Sections
- Assembly
- ChartTools.dll
public class Section<T> : List<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
Type Parameters
T
- Inheritance
-
List<T>Section<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Constructors
Section(string)
public Section(string header)
Parameters
header
string
Properties
Header
public string Header { get; }