Y
Hacker News
new
|
ask
|
show
|
jobs
by
zigzag312
589 days ago
Generics do work with AOT.
You can't generate new code at runtime (Reflection.Emit) with AOT.
1 comments
nodra
588 days ago
My wording was incorrect. My apologies. I meant open generics (List<T>)
link