Akka.Tests.Actor.RootGuardianActorRef_Tests.DummyActorRef.DummyActorRef C# (CSharp) Méthode

DummyActorRef() public méthode

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