Akka.TestKit.Internal.InternalTestActorRef.GetTestActorCell C# (CSharp) Метод

GetTestActorCell() защищенный Метод

protected GetTestActorCell ( ) : TestActorCell
Результат TestActorCell
        protected TestActorCell GetTestActorCell()
        {
            return (TestActorCell)Cell;
        }