The NodeLinkCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Determines whether a Link is in the collection.
| |
| CopyTo |
Copies all the items in the collection into the buffer array starting at the specified destination arrayIndex.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the NodeLinkCollection.
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Searches for the specified object and returns the zero-based index of the Link within the entire collection, or -1 if not found.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the collection.
| |
| Item |
Gets the Link object at the specified index.
| |
| Node |
Gets the Node to which the collection belongs to.
|
