Graph
|
The GraphNodeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphNodeCollection | Default constructor for the GraphNodeCollection class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Count | Property that represents the count of elements that this collection currently stores. | |
| IListIsFixedSize | ||
| IListIsReadOnly | ||
| IListItem | ||
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| IsSynchronized | ||
| Item | Property that represents an item in the collection at the specified index. | |
| SyncRoot | ||
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Adds a GraphNode object to the collection. | |
| Clear | Clears this collection. | |
| Contains | Checks whether this collection contains a GraphNode object that matches the specified GraphNode object. | |
| CopyTo | Copies this collection to the specified array at the specified index. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns an enumerator for this collection. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| IndexOf | Returns the index of the GraphNode object in this collection that matches the specified object. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified GraphNode object to this collection at the specified index. | |
| Remove | Removes the GraphNode object that matches the specified object from the collection. | |
| RemoveAt | Removes the GraphNode object at the specified index collection. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |