linux-packaging-mono/mcs/tests/gtest-autoproperty-21-lib.cs

7 lines
103 B
C#
Raw Normal View History

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