Ejemplo n.º 1
0
 private MetaMethod[] GetMethods()
 {
     return(RuntimeType.GetAllMethods().Select(m => (MetaMethod)m).ToArray());
 }