Method | Description | |
---|---|---|
@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 |
Method | Description | |
---|---|---|
unbox ( object val ) : object |
public Field ( Type parent, string name, int flags, |
||
parent | Type | |
name | string | |
flags | int | |
facets | ||
lineNum | int | |
type | Type | |
return | System |
public set ( object instance, object value ) : void | ||
instance | object | |
value | object | |
return | void |
public set ( object instance, object value, bool checkConst ) : void | ||
instance | object | |
value | object | |
checkConst | bool | |
return | void |
public trap ( string name, |
||
name | string | |
args | ||
return | object |