示例#1
0
 /// <summary>
 /// Returns the augmented weight handler.
 /// </summary>
 public static WeightHandler AugmentedWeightHandler(this IProfileInstance profile, RouterBase router)
 {
     return(router.GetAugmentedWeightHandler(profile));
 }