Méthode | Description | |
---|---|---|
Equals ( TestedParameter other ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
TestedParameter ( SemanticModel model, ExpressionSyntax expression ) : Microsoft.CodeAnalysis | ||
TestedParameter ( string parameterName, string parameterPath = null ) : Microsoft.CodeAnalysis |
public Equals ( TestedParameter other ) : bool | ||
other | TestedParameter | |
Résultat | bool |
public TestedParameter ( SemanticModel model, ExpressionSyntax expression ) : Microsoft.CodeAnalysis | ||
model | SemanticModel | |
expression | ExpressionSyntax | |
Résultat | Microsoft.CodeAnalysis |
public TestedParameter ( string parameterName, string parameterPath = null ) : Microsoft.CodeAnalysis | ||
parameterName | string | |
parameterPath | string | |
Résultat | Microsoft.CodeAnalysis |