1 reference to
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (1)
21public ResourceCollectionInfo(string title, Uri link) : this((title == null) ? null : new TextSyndicationContent(title), link)