메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Property ( string name ) : System |
public Property ( string name, bool value ) : System | ||
name | string | |
value | bool | |
리턴 | System |
public Property ( string name, float value ) : System | ||
name | string | |
value | float | |
리턴 | System |
public Property ( string name, int value ) : System | ||
name | string | |
value | int | |
리턴 | System |
public Property ( string name, string value ) : System | ||
name | string | |
value | string | |
리턴 | System |