메소드 | 설명 | |
---|---|---|
GetPropertyValue ( object o, string property ) : object | ||
MakeCamelCase ( string s ) : string | ||
SetPropertyValue ( object o, string property, object value ) : void |
public static GetPropertyValue ( object o, string property ) : object | ||
o | object | |
property | string | |
리턴 | object |
public static SetPropertyValue ( object o, string property, object value ) : void | ||
o | object | |
property | string | |
value | object | |
리턴 | void |