C# Class Microsoft.R.Core.AST.Operands.InlineIf

Represents inline conditonal which is basically a scope-less if/else statement but in the inline case it acts like a function call and hence can be used as an operand in function calls and other expressions such as 'func(if (a > b) x else y, c, d = 0)'
Inheritance: Microsoft.R.Core.AST.Statements.Conditionals.If, IRValueNode
Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples