Метод | Описание | |
---|---|---|
GenerateActionPartialMethod ( string message, IType argumentType ) : |
Generates the partial method for an action.
|
|
GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable |
Generates the framework loading code which is language specific.
|
|
IsDesignerRegionDelimiter ( String line, bool start ) : bool |
Determines whether a line is a region delimiter.
|
protected GenerateActionPartialMethod ( string message, IType argumentType ) : |
||
message | string | The message. |
argumentType | IType | Type of the argument. |
Результат |
protected GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable |
||
frameworks | String | The frameworks. |
Результат | IEnumerable |
protected IsDesignerRegionDelimiter ( String line, bool start ) : bool | ||
line | String | The line. |
start | bool | if set to |
Результат | bool |