Метод | Описание | |
---|---|---|
DoWhile ( this pParent, string pCondition ) : ICodeBlock | ||
For ( this pParent, string pCondition ) : ICodeBlock | ||
ForEach ( this pParent, string pCondition ) : ICodeBlock | ||
While ( this pParent, string pCondition ) : ICodeBlock |
public static DoWhile ( this pParent, string pCondition ) : ICodeBlock | ||
pParent | this | |
pCondition | string | |
Результат | ICodeBlock |
public static For ( this pParent, string pCondition ) : ICodeBlock | ||
pParent | this | |
pCondition | string | |
Результат | ICodeBlock |
public static ForEach ( this pParent, string pCondition ) : ICodeBlock | ||
pParent | this | |
pCondition | string | |
Результат | ICodeBlock |
public static While ( this pParent, string pCondition ) : ICodeBlock | ||
pParent | this | |
pCondition | string | |
Результат | ICodeBlock |