C# Class Channel9Downloader.Entities.Categories

Show file Open project: MadCowDevelopment/Channel9Downloader Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Categories ( IEnumerable tags, IEnumerable shows, IEnumerable series ) : System.Collections.Generic

Initializes a new instance of the Categories class.

Method Details

Categories() public method

Initializes a new instance of the Categories class.
public Categories ( IEnumerable tags, IEnumerable shows, IEnumerable series ) : System.Collections.Generic
tags IEnumerable List of all tags.
shows IEnumerable List of all shows.
series IEnumerable List of all series.
return System.Collections.Generic