C# Class WXB.Factory

Inheritance: IFactory
Mostra file Open project: wuxiongbin/uHyperText

Public Properties

Property Type Description
free System.Action

Public Methods

Method Description
Factory ( System.Action f ) : System.Text
create ( ) : object

Method Details

Factory() public method

public Factory ( System.Action f ) : System.Text
f System.Action
return System.Text

create() public method

public create ( ) : object
return object

Property Details

free public_oe property

public System.Action free
return System.Action