C# Class ConOverConf.Core.Models.Game

Show file Open project: torkelo/pimpmycode Class Usage Examples

Public Methods

Method Description
Game ( string title, double rating, string notes ) : System

Protected Methods

Method Description
Game ( ) : System

Method Details

Game() protected method

protected Game ( ) : System
return System

Game() public method

public Game ( string title, double rating, string notes ) : System
title string
rating double
notes string
return System