Search
ReadOnlyDiagramNodeCollection Members
Constructors Properties Methods
 


Represents a read-only collection of nodes.

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

 Public Constructors

  Name Description

ReadOnlyDiagramNodeCollection

Initializes a new instance of the ReadOnlyDiagramNodeCollection 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 DiagramNode 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 DiagramNode 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 DiagramNode and returns the 0-based index of the first occurrence within the entire collection.

 See Also