0

how can i access indexers of a class using clojure clr ? https://learn.microsoft.com/en-us/dotnet/csharp/indexers

I tried things like (key object) but without any success.

akond
  • 15,865
  • 4
  • 35
  • 55
LeGLL
  • 111
  • 1
  • 8

1 Answers1

0

End up writing some c# to be called from clojure to expose the indexers.

LeGLL
  • 111
  • 1
  • 8