메소드 | 설명 | |
---|---|---|
@typeof ( ) : Type | ||
Field ( Type parent, string name, int flags, |
||
get ( ) : object | ||
get ( object instance ) : object | ||
makeSetFunc ( |
||
set ( object instance, object value ) : void | ||
set ( object instance, object value, bool checkConst ) : void | ||
signature ( ) : string | ||
trap ( string name, |
||
type ( ) : Type |
메소드 | 설명 | |
---|---|---|
unbox ( object val ) : object |
public Field ( Type parent, string name, int flags, |
||
parent | Type | |
name | string | |
flags | int | |
facets | ||
lineNum | int | |
type | Type | |
리턴 | System |
public set ( object instance, object value ) : void | ||
instance | object | |
value | object | |
리턴 | void |
public set ( object instance, object value, bool checkConst ) : void | ||
instance | object | |
value | object | |
checkConst | bool | |
리턴 | void |