Esempio n. 1
0
 /// <returns>A bounded description generated according to the specified strategy.</returns>
 public virtual ResourceDescription GetDescriptionOf(Resource theResource, BoundingStrategy strategy)
 {
     return(strategy.GetDescriptionOf(theResource, this));
 }
Esempio n. 2
0
 /// <returns>A bounded description generated according to the specified strategy.</returns>
 public virtual ResourceDescription GetDescriptionOf(Resource theResource, BoundingStrategy strategy)
 {
     itsMethodCalls.RecordMethodCall("GetDescriptionOf", theResource, strategy);
     return(strategy.GetDescriptionOf(theResource, this));
 }