mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
11 lines
124 B
C#
11 lines
124 B
C#
namespace CSharpOnly
|
|
{
|
|
public class Lib2
|
|
{
|
|
public int myVal = 42;
|
|
|
|
public Lib2()
|
|
{}
|
|
}
|
|
}
|