C# Class FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockSwitchExtensions

Exibir arquivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Case ( this codeBlock, string condition ) : ICodeBlock
CaseNoBreak ( this codeBlock, string condition ) : ICodeBlock
Default ( this codeBlock ) : ICodeBlock
Switch ( this codeBlock, string condition ) : ICodeBlock

Method Details

Case() public static method

public static Case ( this codeBlock, string condition ) : ICodeBlock
codeBlock this
condition string
return ICodeBlock

CaseNoBreak() public static method

public static CaseNoBreak ( this codeBlock, string condition ) : ICodeBlock
codeBlock this
condition string
return ICodeBlock

Default() public static method

public static Default ( this codeBlock ) : ICodeBlock
codeBlock this
return ICodeBlock

Switch() public static method

public static Switch ( this codeBlock, string condition ) : ICodeBlock
codeBlock this
condition string
return ICodeBlock