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: 3e7fcc0b53663d2063ace7c1576930c1438c11b3 (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;
}