public static ActorPath Convert(SurrogateForActorPath value)
            {
                if (value == null)
                    return null;

                var obj = ((new ActorPath.Surrogate(value.Path)).FromSurrogate(CurrentSystem));
                return (ActorPath)obj;
            }
Beispiel #2
0
            public static ActorPath Convert(SurrogateForActorPath value)
            {
                if (value == null)
                {
                    return(null);
                }

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

                return((ActorPath)obj);
            }