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

Exibir arquivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
DoWhile ( this pParent, string pCondition ) : ICodeBlock
For ( this pParent, string pCondition ) : ICodeBlock
ForEach ( this pParent, string pCondition ) : ICodeBlock
While ( this pParent, string pCondition ) : ICodeBlock

Method Details

DoWhile() public static method

public static DoWhile ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
return ICodeBlock

For() public static method

public static For ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
return ICodeBlock

ForEach() public static method

public static ForEach ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
return ICodeBlock

While() public static method

public static While ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
return ICodeBlock