Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IStatement.Eval示例
编程语言:
C# (CSharp)
类/类型:
IStatement
方法/功能:
Eval
hotexamples.com的示例:
1
C# (CSharp) IStatement.Eval - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IStatement.Eval
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetType(30)
Execute(21)
Accept(15)
GetCommandText(10)
MoveNext(7)
Dispatch(6)
CodeItUp(6)
ExecuteQuery(6)
Generate(5)
Emit(5)
ClearBindings(4)
OutputComment(3)
FindCompoundParent(3)
Descendants(2)
AcceptChildren(2)
FindPath(2)
Enumerate(2)
EnableTracing(2)
EmitIR(2)
GetStatement(2)
Display(2)
Exec(2)
CreateStatement(2)
CheckType(2)
Bind(2)
CreateInstanceOfGenericListClass(2)
Construct(2)
IsFunctionCallDeclaration(2)
Collect(2)
Parse(2)
IsInjectedForDScript(2)
CreateInstanceOfListClass(2)
CheckIdentifiers(2)
Cast(2)
As(2)
GetPsiModule(1)
MonthEnd(1)
GetJs(1)
Join(1)
IsQualifierDeclaration(1)
Invoke(1)
IsConfigurationDeclaration(1)
IsEmpty(1)
GetOperandExpression(1)
Eval(1)
GetHashCode(1)
Close(1)
AllStatementsAfter(1)
AllStatementsPrevious(1)
Append(1)
常用方法
GetType (30)
Execute (21)
Accept (15)
GetCommandText (10)
MoveNext (7)
Dispatch (6)
CodeItUp (6)
ExecuteQuery (6)
Generate (5)
Emit (5)
常用方法
ClearBindings (4)
OutputComment (3)
FindCompoundParent (3)
Descendants (2)
AcceptChildren (2)
FindPath (2)
Enumerate (2)
EnableTracing (2)
EmitIR (2)
GetStatement (2)
Display (2)
Exec (2)
CreateStatement (2)
CheckType (2)
Bind (2)
CreateInstanceOfGenericListClass (2)
Construct (2)
IsFunctionCallDeclaration (2)
Collect (2)
Parse (2)
常用方法
Display (2)
Exec (2)
CreateStatement (2)
CheckType (2)
Bind (2)
CreateInstanceOfGenericListClass (2)
Construct (2)
IsFunctionCallDeclaration (2)
Collect (2)
Parse (2)
IsInjectedForDScript (2)
CreateInstanceOfListClass (2)
CheckIdentifiers (2)
Cast (2)
As (2)
GetPsiModule (1)
MonthEnd (1)
GetJs (1)
Join (1)
IsQualifierDeclaration (1)
Invoke (1)
IsConfigurationDeclaration (1)
IsEmpty (1)
GetOperandExpression (1)
Eval (1)
GetHashCode (1)
Close (1)
AllStatementsAfter (1)
AllStatementsPrevious (1)
Append (1)
常用方法
IsInjectedForDScript (2)
CreateInstanceOfListClass (2)
CheckIdentifiers (2)
Cast (2)
As (2)
GetPsiModule (1)
MonthEnd (1)
GetJs (1)
Join (1)
IsQualifierDeclaration (1)
Invoke (1)
IsConfigurationDeclaration (1)
IsEmpty (1)
GetOperandExpression (1)
Eval (1)
GetHashCode (1)
Close (1)
AllStatementsAfter (1)
AllStatementsPrevious (1)
Append (1)
AreBasesEqual (1)
BaseAtIndex (1)
BindProperties (1)
CollectMissingSymbols (1)
GetExpression (1)
CreateCache (1)
Equals (1)
EvaluateStatement (1)
Finish (1)
FormatBalance (1)
GetContainingTypeMemberDeclaration (1)
GetDocumentRange (1)
Post (1)
示例#1
0
显示文件
文件:
IfStatement.cs
项目:
BurlakovNick/sprache-examples
public bool?Eval(Sale sale) { return(expression.Eval(sale) ? statement.Eval(sale) : null); }
x