private void StoreExposedFunction(MethodInfo mi) { ExposedMethodValue m = new DotNetMethodValue(mi); exposedMethods.Add(m.Name, m); }