bac3554225
Former-commit-id: b6ad0994c58eaf044e2599fe2ff7996e073c87d2
7 lines
103 B
C#
7 lines
103 B
C#
// Compiler options: -t:library
|
|
|
|
public abstract class Base
|
|
{
|
|
public abstract string Value { get; }
|
|
}
|