linux-packaging-mono/mcs/errors/CS3005-16-lib.cs

11 lines
205 B
C#
Raw Permalink Normal View History

using System;
[assembly: CLSCompliantAttribute (true)]
public class CLSClass_A {
[CLSCompliantAttribute(true)]
virtual public bool Universal {
get {
return false;
}
}
}