Esempio n. 1
0
 /// <include file='doc\MethodBase.uex' path='docs/doc[@for="MethodBase.GetMethodFromHandle"]/*' />
 public static MethodBase GetMethodFromHandle(RuntimeMethodHandle handle)
 {
     return(RuntimeMethodInfo.GetMethodFromHandleImp(handle));
 }