Akka.Tests.Actor.DeathWatchSpec.W.W C# (CSharp) Method

W() public method

public W ( IActorRef @ref ) : System
@ref IActorRef
return System
            public W(IActorRef @ref)
                : this()
            {
                Ref = @ref;
            }
DeathWatchSpec.W