C# 클래스 MonoDevelop.Monobjc.CodeGeneration.NullCodeBehindGenerator

Dummy implementation for a code-behind generator.
상속: BaseCodeBehindGenerator
파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop

보호된 메소드들

메소드 설명
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