Bus.Transport.Network.PeerManager.GetAllShadows C# (CSharp) Метод

GetAllShadows() публичный Метод

public GetAllShadows ( ) : HashSet>.Dictionary
Результат HashSet>.Dictionary
        public Dictionary<PeerId, HashSet<ServicePeerShadowInformation>> GetAllShadows()
        {
            return _peersToTheirShadows.ToDictionary(x => x.Key, x => x.Value);
        }