Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRssExtension.cs
1using System;
2using System.Xml;
4
6{
10 public interface IRssExtension : IProcessingSupport<XmlElement>
11 {
18 IRssExtension Create(XmlElement Xml, Uri BaseUri);
19 }
20}
Interface for RSS extensions
IRssExtension Create(XmlElement Xml, Uri BaseUri)
Creates a new instance of the RSS extension.
Interface for detecting interfaces supporting objects with predefined features.