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

test-cls-01.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3bda41a2605ee346aca7e613ed15584b45ed53c (plain)
1
2
3
4
5
6
7
8
9
10
using System;

public class CLSClass {
    
        public byte XX {
            get { return 5; }
        }

        public static void Main() {}
}