BgEngine.Web.Results.FeedResult.FeedResult C# (CSharp) Method

FeedResult() public method

public FeedResult ( System.ServiceModel.Syndication.SyndicationFeedFormatter feed ) : System
feed System.ServiceModel.Syndication.SyndicationFeedFormatter
return System
        public FeedResult(SyndicationFeedFormatter feed)
        {
            this.feed = feed;
        }