Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
14a0794b66d64e856d8b41afec086f1fb94f503d
/
.
/
Tests
/
CSharpLinkFromCxx
/
UsefulCSharpClass.cs
blob: 749e57dc2709fb20633746d9a351a6edb8cf73d8 [
file
] [
log
] [
blame
]
using
System
;
namespace
CSharpLibrary
{
public
class
UsefulCSharpClass
{
public
string
GetSomethingUseful
()
{
return
"Something Useful"
;
}
}
}