C# Class Axiom.Demos.DemoConfigDialog.DemoItem

Datei anzeigen 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_oe property

public Type,System Demo
return System.Type

Name public_oe property

public string Name
return string