Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.cs')
-rw-r--r--src/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.cs b/src/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.cs
index e463c141e8..7103feeaa0 100644
--- a/src/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.cs
+++ b/src/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.cs
@@ -391,7 +391,9 @@ namespace System.ServiceModel.Syndication
{
protected SyndicationFeedFormatter() { }
protected SyndicationFeedFormatter(System.ServiceModel.Syndication.SyndicationFeed feedToWrite) { }
+ public System.Func<string, string, string, System.DateTimeOffset> DateTimeParser { get { throw null; } set { } }
public System.ServiceModel.Syndication.SyndicationFeed Feed { get { throw null; } }
+ public System.Func<string, System.UriKind, string, string, System.Uri> UriParser { get { throw null; } set { } }
public abstract string Version { get; }
public abstract bool CanRead(System.Xml.XmlReader reader);
protected internal static System.ServiceModel.Syndication.SyndicationCategory CreateCategory(System.ServiceModel.Syndication.SyndicationFeed feed) { throw null; }
@@ -616,4 +618,4 @@ namespace System.ServiceModel.Syndication
public TContent ReadContent<TContent>(System.Xml.Serialization.XmlSerializer serializer) { throw null; }
protected override void WriteContentsTo(System.Xml.XmlWriter writer) { }
}
-} \ No newline at end of file
+}