C# 클래스 Microsoft.Scripting.Debugging.CompilerServices.DebugLambdaInfo

Used by compilers to provide additional debug information about LambdaExpression to DebugContext
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
DebugLambdaInfo ( IDebugCompilerSupport compilerSupport, string lambdaAlias, bool optimizeForLeafFrames, IList hiddenVariables, string>.IDictionary variableAliases, object customPayload ) : System.Collections.Generic

메소드 상세

DebugLambdaInfo() 공개 메소드

public DebugLambdaInfo ( IDebugCompilerSupport compilerSupport, string lambdaAlias, bool optimizeForLeafFrames, IList hiddenVariables, string>.IDictionary variableAliases, object customPayload ) : System.Collections.Generic
compilerSupport IDebugCompilerSupport
lambdaAlias string
optimizeForLeafFrames bool
hiddenVariables IList
variableAliases string>.IDictionary
customPayload object
리턴 System.Collections.Generic