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

ix1.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 984391d2fda02801305f1e5f814662126ed15834 (plain)
1
2
3
interface INTERFACE {
	string PROPERTY { get; set; }
}