C# Класс Microsoft.Scripting.Debugging.CompilerServices.DebugLambdaInfo

Used by compilers to provide additional debug information about LambdaExpression to DebugContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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