C# Class ConcurrencyTests.FeedItem

Feed item (story).
Show file Open project: bonesoul/concurrency-tests

Public Methods

Method Description
FeedItem ( string title, string id, string link ) : System

Creates a new feed item instance.

Method Details

FeedItem() public method

Creates a new feed item instance.
public FeedItem ( string title, string id, string link ) : System
title string
id string
link string
return System