Table of Contents

Class DoubleCollection

Namespace
PaintDotNet.ObjectModel
Assembly
PaintDotNet.ObjectModel.dll
public sealed class DoubleCollection : ValueCollection<double>, IList<double>, ICollection<double>, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable
Inheritance
DoubleCollection
Implements
Inherited Members

Constructors

DoubleCollection()
DoubleCollection(IEnumerable<double>)
DoubleCollection(int)