RdfFeed.

this[int] Property

Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rdf
Containing Type
RdfFeed

Syntax

[XmlIgnore]
public RdfItem this[int index] { get; set; }

Attributes

Type Description
XmlIgnoreAttribute

Parameters

Name Type Description
index int

Value

Type Description
RdfItem
GitHub