3 overrides of Type
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
38public override string Type =>
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
32public override string Type => _mediaType;
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
89public override string Type => _type;
1 reference to Type
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationContent.cs (1)
83writer.WriteAttributeString(Atom10Constants.TypeTag, string.Empty, Type);