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

CS0029-26-lib.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea06316444a5dce90557013784e90886726a77b2 (plain)
1
2
3
4
5
6
[assembly:System.Reflection.AssemblyVersionAttribute ("1.0.0.0")]
[assembly:System.Reflection.AssemblyKeyFile("key.snk")]

public class B
{
}