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

cs0610.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e816e48f9d9a042d6085ffa198e7632be6dee9c (plain)
1
2
3
4
5
6
7
8
9
// cs0610.cs: Field or property cannot be of type 'System.ArgIterator'
// Line: 5

public class Sample {
        System.ArgIterator arg;
}