C# Class Treefrog.Runtime.Property

Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode 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

Méthode Description
Property ( string name ) : System

Method Details

Property() public méthode

public Property ( Property property ) : System
property Property
Résultat System

Property() public méthode

public Property ( string name, bool value ) : System
name string
value bool
Résultat System

Property() public méthode

public Property ( string name, float value ) : System
name string
value float
Résultat System

Property() public méthode

public Property ( string name, int value ) : System
name string
value int
Résultat System

Property() public méthode

public Property ( string name, string value ) : System
name string
value string
Résultat System