MindFusion.Wpf Pack Programmer's Guide
ReadOnlyDiagramLinkCollection Members
Constructors Properties Methods
 


Represents a read-only collection of links.

The following tables list the members exposed by the ReadOnlyDiagramLinkCollection type.

 Public Constructors

  Name Description

ReadOnlyDiagramLinkCollection

Initializes a new instance of the ReadOnlyDiagramLinkCollection class.

 Public Properties

  Name Description

Count

Gets the number of elements contained in the collection. (Inherited from ReadOnlyCollection.)

IsSynchronized

Gets a value indicating whether the access to the collection is synchronized. (Inherited from ReadOnlyCollection.)

Item

Gets the DiagramLink at the specified position.

SyncRoot

Gets an object that can be used to synchronize access to the collection. (Inherited from ReadOnlyCollection.)

 Public Methods

  Name Description

Contains

Checks whether the specified DiagramLink is contained within the collection.

CopyTo

Copies a range of elements from this collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from ReadOnlyCollection.)

GetEnumerator

Returns an enumerator that iterates through the collection. (Inherited from ReadOnlyCollection.)

IndexOf

Searches for the specified DiagramLink and returns the 0-based index of the first occurrence within the entire collection.

 See Also

ReadOnlyDiagramLinkCollection Class
MindFusion.Diagramming.Wpf Namespace