C# Class ToddlerAddition.Item

Show file Open project: Clancey/ToddlerAddition

Public Properties

Property Type Description
Selected Action

Public Methods

Method Description
Item ( ) : System
Select ( int count ) : void

Method Details

Item() public method

public Item ( ) : System
return System

Select() public method

public Select ( int count ) : void
count int
return void

Property Details

Selected public property

public Action Selected
return Action