In This Article

CircularPointerCollection Class

Represents a collection of CircularPointerBase objects.

public class CircularPointerCollection : LogicalChildrenCollection<CircularPointerBase>
Inheritance:
object Collection<CircularPointerBase> ObservableCollection<CircularPointerBase> DeferrableObservableCollection<CircularPointerBase> LogicalChildrenCollection<CircularPointerBase> object

Constructors

CircularPointerCollection(ILogicalParent)

Initializes a new instance of the CircularPointerCollection class.

public CircularPointerCollection(ILogicalParent parent)
Parameter Type Description
parent ILogicalParent

The parent.

Inherited Members