private MetaMethod[] GetMethods() { return(RuntimeType.GetAllMethods().Select(m => (MetaMethod)m).ToArray()); }