C# Класс MonoDevelop.Monobjc.CodeGeneration.NullCodeBehindGenerator

Dummy implementation for a code-behind generator.
Наследование: BaseCodeBehindGenerator
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

GenerateActionPartialMethod() защищенный Метод

Generates the partial method for an action.
protected GenerateActionPartialMethod ( string message, IType argumentType ) : CodeTypeMember
message string The message.
argumentType IType Type of the argument.
Результат System.CodeDom.CodeTypeMember

GenerateFrameworkLoadingcode() защищенный Метод

Generates the framework loading code which is language specific.
protected GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable
frameworks String The frameworks.
Результат IEnumerable

IsDesignerRegionDelimiter() защищенный Метод

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.
Результат bool