Esempio n. 1
0
 public virtual UpnpNt GetByNtType(UpnpNt.NtType ntType) => (this.UpnpType.Type == ntType) ? this.UpnpType : null;
Esempio n. 2
0
 public override UpnpNt GetByNtType(UpnpNt.NtType ntType) => (this.UpnpId.Type == ntType) ? this.UpnpId : base.GetByNtType(ntType);