Method | Description | |
---|---|---|
AddGetMethod ( MethodDetail, detail ) : void | ||
AddSetMethod ( MethodDetail, detail ) : void | ||
Done ( ) : void | ||
Get ( ) : MethodDetail | ||
IsDone ( ) : bool | ||
IsGettable ( ) : bool | ||
IsSettable ( ) : bool | ||
Set ( ) : MethodDetail | ||
Verify ( ) : bool |
public AddGetMethod ( MethodDetail, detail ) : void | ||
detail | MethodDetail, | |
return | void |
public AddSetMethod ( MethodDetail, detail ) : void | ||
detail | MethodDetail, | |
return | void |