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

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

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

                var path = ((ActorPath.Surrogate)value.ToSurrogate(CurrentSystem)).Path;
                return new SurrogateForActorPath { Path = path };
            }

Same methods

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