Пример #1
0
 /// <summary>
 /// Gets the concrete method invocation target.
 /// </summary>
 /// <returns>
 /// The method info of the method that is the target of the alternative implementation.
 /// </returns>
 public MethodInfo GetConcreteMethodInvocationTarget()
 {
     return(Invocation.GetConcreteMethodInvocationTarget());
 }