Akka.Interfaced.ProtobufSerializer.AkkaSurrogate.SurrogateForActorPath.Convert C# (CSharp) Метод

Convert() приватный Метод

private Convert ( SurrogateForActorPath value ) : ActorPath
value SurrogateForActorPath
Результат ActorPath
            public static ActorPath Convert(SurrogateForActorPath value)
            {
                if (value == null)
                    return null;

                var obj = ((new ActorPath.Surrogate(value.Path)).FromSurrogate(CurrentSystem));
                return (ActorPath)obj;
            }
        }

Same methods

AkkaSurrogate.SurrogateForActorPath::Convert ( ActorPath value ) : SurrogateForActorPath
AkkaSurrogate.SurrogateForActorPath