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 |
Method | Description | |
---|---|---|
Property ( string name ) : System |
public Property ( Property property ) : System | ||
property | Property | |
return | System |
public Property ( string name, bool value ) : System | ||
name | string | |
value | bool | |
return | System |
public Property ( string name, float value ) : System | ||
name | string | |
value | float | |
return | System |
public Property ( string name, int value ) : System | ||
name | string | |
value | int | |
return | System |
public Property ( string name, string value ) : System | ||
name | string | |
value | string | |
return | System |