Akka.Tests.Actor.DeathWatchSpec.U.U C# (CSharp) 메소드

U() 공개 메소드

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