C# Class Treefrog.Runtime.Property

Show file Open project: jaquadro/Treefrog

Public Methods

Method Description
Property ( Property property ) : System
Property ( string name, bool value ) : System
Property ( string name, float value ) : System
Property ( string name, int value ) : System
Property ( string name, string value ) : System

Private Methods

Method Description
Property ( string name ) : System

Method Details

Property() public method

public Property ( Property property ) : System
property Property
return System

Property() public method

public Property ( string name, bool value ) : System
name string
value bool
return System

Property() public method

public Property ( string name, float value ) : System
name string
value float
return System

Property() public method

public Property ( string name, int value ) : System
name string
value int
return System

Property() public method

public Property ( string name, string value ) : System
name string
value string
return System