C# Class ExpressionToCodeLib.ExpressionTreeAssertion

Afficher le fichier Open project: EamonNerbonne/ExpressionToCode

Méthodes publiques

Méthode Description
Assert ( this config, Expression assertion, string msg = null ) : void

Private Methods

Méthode Description
Err ( ExpressionToCodeConfiguration config, Expression assertion, string msg, Exception innerException ) : Exception

Method Details

Assert() public static méthode

public static Assert ( this config, Expression assertion, string msg = null ) : void
config this
assertion Expression
msg string
Résultat void