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