PathT Methods |
The PathT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AddStep | Add a new step to this PathT with the given stepCost. | |
| GetEnumerator |
| Name | Description | |
|---|---|---|
| ForEachT | Perform an action on a enumerable of items. (Defined by EnumerableExtensions.) | |
| IndexOfT(T) | Overloaded. Return the index of an item, or -1 if not found. (Defined by EnumerableExtensions.) | |
| IndexOfT(T, IEqualityComparerT) | Overloaded. Return the index of an item, or -1 if not found. (Defined by EnumerableExtensions.) | |
| LogT | Log all the items in enumerable to the Console. (Defined by EnumerableExtensions.) | |
| WithIndexT | Allows to traverse over an enumerable along with the indices of items. (Defined by EnumerableExtensions.) |