ContextNodeCollection Methods

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

The ContextNodeCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds a ContextNode object to the ContextNodeCollection.
Public method AddRange Adds a ContextNodeCollection to this ContextNodeCollection.
Public method Clear Clears all of the ContextNode objects from the ContextNodeCollection.
Public method Contains Gets a value indicating whether the ContextNodeCollection contains a specific ContextNode object.
Public method CopyTo Copies all elements of the current ContextNodeCollection to a specified one-dimensional array, using the specified destination array's index.
Public method Equals Determines whether the specified object is equal to the current ContextNodeCollection. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an object that both implements the IEnumerator interface, and iterates through the ContextNode objects within the ContextNodeCollection.
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Overloaded. Returns the index of a specific ContextNode within a ContextNodeCollection.
Public method Insert Inserts a ContextNode into the ContextNodeCollection at the specified index.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Overloaded. Removes a ContextNode object from the ContextNodeCollection.
Public method RemoveAt Removes the ContextNode at the specified position from the ContextNodeCollection.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See Also

Reference

ContextNodeCollection Class

System.Windows.Ink Namespace