Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs0246-4.cs
1 // CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference?
2 // Line: 4
3
4 public delegate ErrorType Delegate ();