Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs0246-4.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 159d16146d57cac79ee1c6c6aa2d7f7856174064 (plain)
1
2
3
4
// cs0246-4.cs: The type or namespace name `ErrorType' could not be found. Are you missing a using directive or an assembly reference?
// Line: 4

public delegate ErrorType Delegate ();