C# Class ExpressionToCodeLib.ExpressionTreeAssertion

Mostrar archivo Open project: EamonNerbonne/ExpressionToCode

Public Methods

Method Description
Assert ( this config, Expression assertion, string msg = null ) : void

Private Methods

Method Description
Err ( ExpressionToCodeConfiguration config, Expression assertion, string msg, Exception innerException ) : Exception

Method Details

Assert() public static method

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