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

U() public method

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