C# Class Axiom.Demos.Browser.CommandLine.Program.DemoItem

Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
Demo System.Type
Name string

Public Methods

Method Description
DemoItem ( string name, Type demo ) : System
ToString ( ) : string

Method Details

DemoItem() public method

public DemoItem ( string name, Type demo ) : System
name string
demo System.Type
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Demo public property

public Type,System Demo
return System.Type

Name public property

public string Name
return string