C# Class LayoutFarm.DemoInfo

Datei anzeigen Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
DemoNote string
DemoType System.Type

Public Methods

Method Description
DemoInfo ( Type demoType, string demoNote ) : System
ToString ( ) : string

Method Details

DemoInfo() public method

public DemoInfo ( Type demoType, string demoNote ) : System
demoType System.Type
demoNote string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

DemoNote public_oe property

public string DemoNote
return string

DemoType public_oe property

public Type,System DemoType
return System.Type