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: 0153f6e80b0face147bb175b439887f457b7a82b (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;
}