Expression.ClearDebugInfo(SymbolDocumentInfo) Metod

Definition

Skapar en DebugInfoExpression för att rensa en sekvenspunkt.

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

Parametrar

document
SymbolDocumentInfo

Det SymbolDocumentInfo som representerar källfilen.

Returer

En instans av DebugInfoExpression för att rensa en sekvenspunkt.

Gäller för