Method | Description | |
---|---|---|
GetUmlDescription ( ) : string | ||
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames ) : string | ||
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string | ||
InitFromString ( string declaration ) : void |
Method | Description | |
---|---|---|
CopyFrom ( |
||
Member ( string name, |
public GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames ) : string | ||
getType | bool | |
getParameters | bool | |
getParameterNames | bool | |
return | string |
public abstract GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string | ||
getType | bool | |
getParameters | bool | |
getParameterNames | bool | |
getInitValue | bool | |
return | string |
public abstract InitFromString ( string declaration ) : void | ||
declaration | string | |
return | void |
protected Member ( string name, |
||
name | string | |
parent | ||
return | System |