In This Article

LinearRangeCollection Class

Represents a collection of LinearRange objects.

public class LinearRangeCollection : LogicalChildrenCollection<LinearRange>
Inheritance:
object Collection<LinearRange> ObservableCollection<LinearRange> DeferrableObservableCollection<LinearRange> LogicalChildrenCollection<LinearRange> object

Constructors

LinearRangeCollection(ILogicalParent)

Initializes a new instance of the LinearRangeCollection class.

public LinearRangeCollection(ILogicalParent parent)
Parameter Type Description
parent ILogicalParent

The parent.

Inherited Members