1

I have a generic method in c# like UseStartup<Startup> in c# and i want to use it in clojureclr, now i have create a ns like

(ns myapp.startup
(gen-class
:name myapp.Startup))

but i wonder how to pass it to the c# generic method

Iamat8
  • 3,888
  • 9
  • 25
  • 35
John Smith
  • 153
  • 1
  • 7

0 Answers0