C# Class ToddlerAddition.Item

显示文件 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_oe property

public Action Selected
return Action