/// <summary> /// Gets the order from a PathOrderPair. /// </summary> /// <param name="pathOrderPair">The PathOrderPair.</param> /// <returns>The order from the PathOrderPair.</returns> internal static int GetOrder(PathOrderPair pathOrderPair) { return(pathOrderPair.Order); }
/// <summary> /// Gets the order from a PathOrderPair. /// </summary> /// <param name="pathOrderPair">The PathOrderPair.</param> /// <returns>The order from the PathOrderPair.</returns> internal static int GetOrder(PathOrderPair pathOrderPair) { return pathOrderPair.Order; }