In This Article

LinearPointerCollection Class

Represents a collection of LinearPointerBase objects.

public class LinearPointerCollection : LogicalChildrenCollection<LinearPointerBase>
Inheritance:
object Collection<LinearPointerBase> ObservableCollection<LinearPointerBase> DeferrableObservableCollection<LinearPointerBase> LogicalChildrenCollection<LinearPointerBase> object

Constructors

LinearPointerCollection(ILogicalParent)

Initializes a new instance of the LinearPointerCollection class.

public LinearPointerCollection(ILogicalParent parent)
Parameter Type Description
parent ILogicalParent

The parent.

Inherited Members