Akka.Tests.Actor.RootGuardianActorRef_Tests.DummyActorRef.DummyActorRef C# (CSharp) Method

DummyActorRef() public method

public DummyActorRef ( ActorPath path ) : System.Collections.Generic
path ActorPath
return System.Collections.Generic
            public DummyActorRef(ActorPath path)
            {
                _path = path;
            }
RootGuardianActorRef_Tests.DummyActorRef