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 |
Méthode | Description | |
---|---|---|
Property ( string name ) : System |
public Property ( Property property ) : System | ||
property | Property | |
Résultat | System |
public Property ( string name, bool value ) : System | ||
name | string | |
value | bool | |
Résultat | System |
public Property ( string name, float value ) : System | ||
name | string | |
value | float | |
Résultat | System |
public Property ( string name, int value ) : System | ||
name | string | |
value | int | |
Résultat | System |
public Property ( string name, string value ) : System | ||
name | string | |
value | string | |
Résultat | System |