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