Expression.ClearDebugInfo(SymbolDocumentInfo) 方法

定义

创建一个用于清除序列点的 DebugInfoExpressionCreates a DebugInfoExpression for clearing a sequence point.

public:
 static System::Linq::Expressions::DebugInfoExpression ^ ClearDebugInfo(System::Linq::Expressions::SymbolDocumentInfo ^ document);
public static System.Linq.Expressions.DebugInfoExpression ClearDebugInfo (System.Linq.Expressions.SymbolDocumentInfo document);
static member ClearDebugInfo : System.Linq.Expressions.SymbolDocumentInfo -> System.Linq.Expressions.DebugInfoExpression
Public Shared Function ClearDebugInfo (document As SymbolDocumentInfo) As DebugInfoExpression

参数

document
SymbolDocumentInfo

表示源文件的 SymbolDocumentInfoThe SymbolDocumentInfo that represents the source file.

返回

DebugInfoExpression

用于清除序列点的 DebugInfoExpression 的实例。An instance of DebugInfoExpression for clearing a sequence point.

适用于