Sign in
bazel
/
bazel
/
251d75475e90567a1b3752af26ec185cbdc09d10
/
.
/
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!"
;
}
}
}
}