Navigation |
public class NavigationList<T> where T : Object, IEquatable<T>
The NavigationListT type exposes the following members.
| Name | Description | |
|---|---|---|
| NavigationListT | Initializes a new instance of the NavigationListT class. | |
| NavigationListT(Int32) | Initializes a new instance of the NavigationListT class. |
| Name | Description | |
|---|---|---|
| AddNavigationPoint | Adds a navigation point to the list. | |
| Clear | Clears all navigation points. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryNavigateBackward(T) | Tries to go one point backward in the navigation list. | |
| TryNavigateBackward(T, FuncT, Boolean, Boolean) | Tries to go backward in the navigation list to the next valid navigation point. | |
| TryNavigateForward(T) | Tries to go one point forward in the navigation list. | |
| TryNavigateForward(T, FuncT, Boolean, Boolean) | Tries to go forward in the navigation list to the next valid navigation point. |