[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0246-4.cs
blob4a8482cc52aaa0ea0ee53642290ff234e8e1dd41
1 // CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference?
2 // Line: 4
4 public delegate ErrorType Delegate ();