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