linux-packaging-mono/mcs/tests/gtest-autoproperty-21-lib.cs
Xamarin Public Jenkins f1bb32afc3 Imported Upstream version 4.2.1.91
Former-commit-id: 5bd0f48812d39b3636887951adc772b94ef2f5af
2015-11-10 15:04:26 +00:00

7 lines
103 B
C#

// Compiler options: -t:library
public abstract class Base
{
public abstract string Value { get; }
}