C# 클래스 ConcurrencyTests.FeedItem

Feed item (story).
파일 보기 프로젝트 열기: bonesoul/concurrency-tests

공개 메소드들

메소드 설명
FeedItem ( string title, string id, string link ) : System

Creates a new feed item instance.

메소드 상세

FeedItem() 공개 메소드

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