C# Class MonoDevelop.Monobjc.CodeGeneration.NullCodeBehindGenerator

Dummy implementation for a code-behind generator.
Inheritance: BaseCodeBehindGenerator
ファイルを表示 Open project: Monobjc/monobjc-monodevelop

Protected Methods

Method Description
GenerateActionPartialMethod ( string message, IType argumentType ) : CodeTypeMember

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.

Method Details

GenerateActionPartialMethod() protected method

Generates the partial method for an action.
protected GenerateActionPartialMethod ( string message, IType argumentType ) : CodeTypeMember
message string The message.
argumentType IType Type of the argument.
return System.CodeDom.CodeTypeMember

GenerateFrameworkLoadingcode() protected method

Generates the framework loading code which is language specific.
protected GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable
frameworks String The frameworks.
return IEnumerable

IsDesignerRegionDelimiter() protected method

Determines whether a line is a region delimiter.
protected IsDesignerRegionDelimiter ( String line, bool start ) : bool
line String The line.
start bool if set to true, check for a region start.
return bool