Expression.ClearDebugInfo(SymbolDocumentInfo) Methode

Definition

Erstellt einen DebugInfoExpression Zum Löschen eines Sequenzpunkts.

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

Parameter

document
SymbolDocumentInfo

Dies SymbolDocumentInfo stellt die Quelldatei dar.

Gibt zurück

Eine Instanz für DebugInfoExpression das Löschen eines Sequenzpunkts.

Gilt für: