Sign in
bazel
/
bazel
/
ef9cba3dea5bc0a37f23de11dda79261f1e137e5
/
.
/
examples
/
dotnet
/
example_transitive_lib
/
TransitiveClass.cs
blob: 948fadb589edaa24f0d09221960a891133340f43 [
file
]
using
System
;
using
System
.
Runtime
.
Remoting
.
Messaging
;
namespace example_transitive_lib
{
public
class
TransitiveClass
{
public
static
string
Message
{
get
{
return
"Hello World!"
;
}
}
}
}