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