C# Класс FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockIterationsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
DoWhile ( this pParent, string pCondition ) : ICodeBlock
For ( this pParent, string pCondition ) : ICodeBlock
ForEach ( this pParent, string pCondition ) : ICodeBlock
While ( this pParent, string pCondition ) : ICodeBlock

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

DoWhile() публичный статический Метод

public static DoWhile ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
Результат ICodeBlock

For() публичный статический Метод

public static For ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
Результат ICodeBlock

ForEach() публичный статический Метод

public static ForEach ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
Результат ICodeBlock

While() публичный статический Метод

public static While ( this pParent, string pCondition ) : ICodeBlock
pParent this
pCondition string
Результат ICodeBlock