Brunet.Security.PeerSec.Symphony.SymphonySecurityOverlord.ContainsSender C# (CSharp) Метод

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

public ContainsSender ( Address target ) : bool
target Address
Результат bool
    public bool ContainsSender(Address target) {
      return _address_to_sa.ContainsKey(target);
    }