Akka.Tests.Actor.LocalActorRefProviderSpec.ParentActor.ParentActor C# (CSharp) Method

ParentActor() public method

public ParentActor ( ) : System
return System
            public ParentActor()
            {
                this.childActorRef = Context.ActorOf(Props.Empty);
            }
LocalActorRefProviderSpec.ParentActor